ARM: socfpga: dts: add enable-method property for cpu nodes
authorDinh Nguyen <dinguyen@opensource.altera.com>
Sat, 23 May 2015 04:00:10 +0000 (23:00 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 2 Jun 2015 19:18:15 +0000 (14:18 -0500)
Add the enable-method property for the cpu node on socfpga.dtsi and
socfpga_arria10.dtsi. This is for CPU_METHOD_OF_DECLARE to use to enable
the secondary core.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga.dtsi
arch/arm/boot/dts/socfpga_arria10.dtsi

index d9176e6..3a02b41 100644 (file)
@@ -36,6 +36,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "altr,socfpga-smp";
 
                cpu@0 {
                        compatible = "arm,cortex-a9";
index 4cf0733..774e041 100644 (file)
@@ -36,6 +36,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "altr,socfpga-a10-smp";
 
                cpu@0 {
                        compatible = "arm,cortex-a9";