diff options
author | Andrew F. Davis <[email protected]> | 2017-07-21 09:38:37 -0700 |
---|---|---|
committer | Santosh Shilimkar <[email protected]> | 2017-07-21 09:38:37 -0700 |
commit | 45b08b032a170fa452a92f40e5e44b1aba380eb8 (patch) | |
tree | e3613ee4be9bb48c0687db9a060ef12522ed7427 | |
parent | a0a220b6873b99118430b043a7940025c39ec5d0 (diff) |
ARM: dts: keystone-k2g: Add TI SCI reset-controller node
Add a reset-controller node for managing resets of various
remote processor devices on the SoC over the Texas Instrument's
System Control Interface (TI SCI) protocol.
Signed-off-by: Andrew F. Davis <[email protected]>
[[email protected]: rename node name, drop obsolete header]
Signed-off-by: Suman Anna <[email protected]>
Signed-off-by: Nishanth Menon <[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 2cdc7c8aeb5c..bf4d1fa30840 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -162,6 +162,11 @@ compatible = "ti,k2g-sci-clk"; #clock-cells = <2>; }; + + k2g_reset: reset-controller { + compatible = "ti,sci-reset"; + #reset-cells = <2>; + }; }; }; }; |