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

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

ARM: dts: owl-s500: Add SPS node



Add Smart Power System node for PM domains.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent ad90c2bc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -176,5 +176,11 @@
			             <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "2hz0", "2hz1", "timer0", "timer1";
		};

		sps: power-controller@b01b0100 {
			compatible = "actions,s500-sps";
			reg = <0xb01b0100 0x100>;
			#power-domain-cells = <1>;
		};
	};
};