ARM: dts: meson8: add support for booting the secondary CPU cores
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 17 Sep 2017 16:45:22 +0000 (18:45 +0200)
committerKevin Hilman <khilman@baylibre.com>
Sun, 29 Oct 2017 15:30:07 +0000 (08:30 -0700)
commit4a5a27116b447d00d0a0d3f554ea37ffe387657f
treee8b040e03f43a654089c7c6f9715191063f9e6b2
parent88b1b18ffeae1d65e22ec24040545a84c3ace352
ARM: dts: meson8: add support for booting the secondary CPU cores

Booting the secondary CPU cores involves the following nodes/devices:
- SCU (Snoop-Control-Unit, for which we already have a DT node)
- a reset line for each CPU core, provided by the reset-controller
  which is built into the clock-controller
- the PMU (power management unit) which controls the power of the CPU
  cores
- a range in the SRAM specifically reserved for booting secondary CPU
  cores
- the "enable-method" which activates booting the secondary CPU cores

This adds all required nodes and properties to boot the secondary CPU
cores.

Suggested-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi