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

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

ARM: dts: owl-s500: Set power domains for CPU2 and CPU3



CPU2 has its own power domain PD_CPU2, and CPU3 has PD_CPU3.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 2bd6bf03
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 */

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/power/owl-s500-powergate.h>

/ {
	compatible = "actions,s500";
@@ -43,6 +44,7 @@
			compatible = "arm,cortex-a9";
			reg = <0x2>;
			enable-method = "actions,s500-smp";
			power-domains = <&sps S500_PD_CPU2>;
		};

		cpu3: cpu@3 {
@@ -50,6 +52,7 @@
			compatible = "arm,cortex-a9";
			reg = <0x3>;
			enable-method = "actions,s500-smp";
			power-domains = <&sps S500_PD_CPU3>;
		};
	};