diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2017-07-21 19:38:37 +0300 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-07-21 19:38:37 +0300 |
commit | 2557a28938c022ed404c4ec74a004fa476065ef0 (patch) | |
tree | 9454f263c08fac04d3b3daf117eda5a453ca9372 /arch/arm/boot/dts | |
parent | e39aacf6b2e39ceaa3d4789c2a1f9307b3f1c55d (diff) | |
download | linux-2557a28938c022ed404c4ec74a004fa476065ef0.tar.xz |
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: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; + }; }; }; }; |