ARM: sun8i: dt: Enable A23 SMP support
authorChen-Yu Tsai <wens@csie.org>
Wed, 18 Mar 2015 03:24:02 +0000 (11:24 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:31 +0000 (08:20 +0200)
Add enable-method property to enable SMP support.

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

index 9ff9227..6d6eda3 100644 (file)
@@ -81,6 +81,7 @@
        };
 
        cpus {
+               enable-method = "allwinner,sun8i-a23";
                #address-cells = <1>;
                #size-cells = <0>;
 
                        };
                };
 
+               cpucfg@01f01c00 {
+                       compatible = "allwinner,sun8i-a23-cpuconfig";
+                       reg = <0x01f01c00 0x300>;
+               };
+
                r_uart: serial@01f02800 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x01f02800 0x400>;