From: Maxime Ripard Date: Sun, 3 Nov 2013 09:30:12 +0000 (+0100) Subject: ARM: sun6i: dt: Add IP needed to bring up the additional cores X-Git-Tag: firefly_0821_release~176^2~4512^2~11^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81ee429ffdd021626bf191bb8a3ae886dd94adcc;p=firefly-linux-kernel-4.4.55.git ARM: sun6i: dt: Add IP needed to bring up the additional cores Add the PRCM and CPU configuration units needed for SMP in the A31 DTSI. Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 7e8d630138f5..6dd9393dde17 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -319,5 +319,15 @@ #interrupt-cells = <3>; interrupts = <1 9 0xf04>; }; + + cpucfg@01f01c00 { + compatible = "allwinner,sun6i-a31-cpuconfig"; + reg = <0x01f01c00 0x300>; + }; + + prcm@01f01c00 { + compatible = "allwinner,sun6i-a31-prcm"; + reg = <0x01f01400 0x200>; + }; }; };