ARM: dts: bcm283x: Add 32-bit enable method for SMP

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>
This commit is contained in:
Stefan Wahren 2017-08-06 17:28:10 +02:00
parent da26718ed6
commit f29c256853
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ timer {
cpus: cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "brcm,bcm2836-smp";
v7_cpu0: cpu@0 {
device_type = "cpu";

View file

@ -30,6 +30,7 @@ timer {
cpus: cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
cpu0: cpu@0 {
device_type = "cpu";