Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f29c2568 authored by Stefan Wahren's avatar Stefan Wahren
Browse files

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Tested-by: default avatarEric Anholt <eric@anholt.net>
parent da26718e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
	cpus: cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		enable-method = "brcm,bcm2836-smp";

		v7_cpu0: cpu@0 {
			device_type = "cpu";
+1 −0
Original line number Diff line number Diff line
@@ -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";