diff options
author | Anders Berg <[email protected]> | 2014-05-23 11:08:39 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2014-05-23 18:18:46 +0200 |
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 <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-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>; |