diff options
author | Anders Berg <anders.berg@lsi.com> | 2014-05-23 13:08:39 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-05-23 20:18:46 +0400 |
commit | 61d45495779c54d40a447d6d9a14d6f7863780b2 (patch) | |
tree | 7d48a323adb1f0d8ca23c3ad528df8f8aea850fd /arch/arm/boot/dts/axm55xx.dtsi | |
parent | 4a315e3457e008e0570c392822ae98cdf7761227 (diff) | |
download | linux-61d45495779c54d40a447d6d9a14d6f7863780b2.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/axm55xx.dtsi')
-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 @@ reg = <0x20 0x10030000 0 0x2000>; }; + reset: reset@2010031000 { + compatible = "lsi,axm55xx-reset"; + syscon = <&syscon>; + }; + amba { compatible = "arm,amba-bus"; #address-cells = <2>; |