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

Commit e2dd60f9 authored by Suman Anna's avatar Suman Anna Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: Add PSC node



The Power Sleep Controller (PSC) module is responsible
for the power and clock management for each of the peripherals
present on the SoC. Represent this as a syscon node so that
multiple users can leverage it for various functionalities.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
[afd@ti.com: add simple-mfd compatible]
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 32a34441
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,11 @@
			reg = <0x02310000 0x200>;
			reg = <0x02310000 0x200>;
		};
		};


		psc: power-sleep-controller@02350000 {
			compatible = "syscon", "simple-mfd";
			reg = <0x02350000 0x1000>;
		};

		devctrl: device-state-control@02620000 {
		devctrl: device-state-control@02620000 {
			compatible = "ti,keystone-devctrl", "syscon";
			compatible = "ti,keystone-devctrl", "syscon";
			reg = <0x02620000 0x1000>;
			reg = <0x02620000 0x1000>;