diff options
author | Tero Kristo <[email protected]> | 2017-07-21 09:38:37 -0700 |
---|---|---|
committer | Santosh Shilimkar <[email protected]> | 2017-07-21 09:38:37 -0700 |
commit | a0a220b6873b99118430b043a7940025c39ec5d0 (patch) | |
tree | b475629cc95f50f30a02a5a71d8db808d17dd51d | |
parent | 2557a28938c022ed404c4ec74a004fa476065ef0 (diff) |
ARM: dts: keystone-k2g: Add ti-sci clock provider node
Add a ti-sci node representing the clock provider in the system.
Signed-off-by: Tero Kristo <[email protected]>
Signed-off-by: Suman Anna <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
-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 7ffd7facdc47..2cdc7c8aeb5c 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -157,6 +157,11 @@ compatible = "ti,sci-pm-domain"; #power-domain-cells = <1>; }; + + k2g_clks: clocks { + compatible = "ti,k2g-sci-clk"; + #clock-cells = <2>; + }; }; }; }; |