Browse Source

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>
Anders Berg 11 years ago
parent
commit
61d4549577
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/axm55xx.dtsi

+ 5 - 0
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>;