diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2016-05-19 02:36:31 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 14:58:07 +0300 |
commit | 62e4feed0b0b9bc73d0aa843a6a6d259cb5197e4 (patch) | |
tree | 3cb4d38f5ba625aae2ab2a3ead12df4361165ac6 /arch/arm/boot/dts | |
parent | 2af84bdd12502f8d61682d7b230cc67aa8ba1499 (diff) | |
download | linux-62e4feed0b0b9bc73d0aa843a6a6d259cb5197e4.tar.xz |
ARM: dts: dra7: Add dt node for the syscon control module wkup
Create a system control module node for the control module portion that
resides under l4_wkup.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index d8c0dd1024f0..cc4cb76431f6 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -233,6 +233,11 @@ prm_clockdomains: clockdomains { }; }; + + scm_wkup: scm_conf@c000 { + compatible = "syscon"; + reg = <0xc000 0x1000>; + }; }; axi@0 { |