ARM: dts: bcm283x: Add 32-bit enable method for SMP
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 6 Aug 2017 15:28:10 +0000 (17:28 +0200)
committerStefan Wahren <stefan.wahren@i2se.com>
Mon, 14 Aug 2017 18:09:44 +0000 (20:09 +0200)
This patch adds the missing 32-bit enable method for SMP on BCM2836 and
BCM2837. The BCM2837 already has an enabled method, but this one only
works for 64-bit.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Tested-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2836.dtsi
arch/arm/boot/dts/bcm2837.dtsi

index da3deeb42592926f36b49770b50b549abcb6ece7..2c26d0be8b0316792188890ed677e87fc1fb13ea 100644 (file)
@@ -36,6 +36,7 @@
        cpus: cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "brcm,bcm2836-smp";
 
                v7_cpu0: cpu@0 {
                        device_type = "cpu";
index 2d5de6f0f78d5be78559477f18f0940bba3e5a15..bc1cca5cf43c41b8dad3902ce1a627b625883cb3 100644 (file)
@@ -30,6 +30,7 @@
        cpus: cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
 
                cpu0: cpu@0 {
                        device_type = "cpu";