diff options
author | Anders Berg <anders.berg@lsi.com> | 2014-05-23 05:08:39 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-05-23 12:18:46 -0400 |
commit | 61d45495779c54d40a447d6d9a14d6f7863780b2 (patch) | |
tree | 7d48a323adb1f0d8ca23c3ad528df8f8aea850fd | |
parent | 4a315e3457e008e0570c392822ae98cdf7761227 (diff) |
ARM: dts: axxia: Add reset controller
Add the reset controller to the AXM5xx device tree.
Signed-off-by: Anders Berg <anders.berg@lsi.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/axm55xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi index 3fbd83c2a179..ea288f0a1d39 100644 --- a/arch/arm/boot/dts/axm55xx.dtsi +++ b/arch/arm/boot/dts/axm55xx.dtsi | |||
@@ -101,6 +101,11 @@ | |||
101 | reg = <0x20 0x10030000 0 0x2000>; | 101 | reg = <0x20 0x10030000 0 0x2000>; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | reset: reset@2010031000 { | ||
105 | compatible = "lsi,axm55xx-reset"; | ||
106 | syscon = <&syscon>; | ||
107 | }; | ||
108 | |||
104 | amba { | 109 | amba { |
105 | compatible = "arm,amba-bus"; | 110 | compatible = "arm,amba-bus"; |
106 | #address-cells = <2>; | 111 | #address-cells = <2>; |