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

Commit ad90c2bc authored by Andreas Färber's avatar Andreas Färber
Browse files

ARM: dts: owl-s500: Set CPU enable-method



Use a custom S500 enable-method for all CPUs.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent b84d7bf6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,24 +28,28 @@
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0x0>;
			enable-method = "actions,s500-smp";
		};

		cpu1: cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0x1>;
			enable-method = "actions,s500-smp";
		};

		cpu2: cpu@2 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0x2>;
			enable-method = "actions,s500-smp";
		};

		cpu3: cpu@3 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0x3>;
			enable-method = "actions,s500-smp";
		};
	};