ARM: dts: sun9i: Add CPUCFG device node for A80 dtsi
authorChen-Yu Tsai <wens@csie.org>
Wed, 17 Jan 2018 08:46:49 +0000 (16:46 +0800)
committerChen-Yu Tsai <wens@csie.org>
Fri, 16 Feb 2018 04:19:11 +0000 (12:19 +0800)
CPUCFG is a collection of registers that are mapped to the SoC's signals
from each individual processor core and associated peripherals, such as
resets for processors, L1/L2 cache and other things.

These registers are used for SMP bringup and CPU hotplugging.

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun9i-a80.dtsi

index 85fb800af8ab52add8f7f48b3cd275c78d51c5c4..85ecb4d64cfdf5a9d23c6e568eba12531ddc49f2 100644 (file)
                        #reset-cells = <1>;
                };
 
+               cpucfg@1700000 {
+                       compatible = "allwinner,sun9i-a80-cpucfg";
+                       reg = <0x01700000 0x100>;
+               };
+
                mmc0: mmc@1c0f000 {
                        compatible = "allwinner,sun9i-a80-mmc";
                        reg = <0x01c0f000 0x1000>;