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

Commit 2557a289 authored by Dave Gerlach's avatar Dave Gerlach Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone-k2g: Add ti-sci power domain node



Add a ti-sci k2g_pds node to act as our generic power domain provider
in the system.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent e39aacf6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -152,6 +152,11 @@
				<&msgmgr 0 0>;
			reg-names = "debug_messages";
			reg = <0x02921c00 0x400>;

			k2g_pds: power-controller {
				compatible = "ti,sci-pm-domain";
				#power-domain-cells = <1>;
			};
		};
	};
};