[PATCH 2/4] ARM: dts: keystone-k2g: Add ti-sci power domain node

Suman Anna s-anna at ti.com
Mon Jul 17 20:28:42 PDT 2017


From: Dave Gerlach <d-gerlach at ti.com>

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

Signed-off-by: Dave Gerlach <d-gerlach at ti.com>
Signed-off-by: Tero Kristo <t-kristo at ti.com>
Signed-off-by: Suman Anna <s-anna at ti.com>
---
 arch/arm/boot/dts/keystone-k2g.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 7f0f4180b373..7ffd7facdc47 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -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>;
+			};
 		};
 	};
 };
-- 
2.13.1




More information about the linux-arm-kernel mailing list