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>
This commit is contained in:
Anders Berg 2014-05-23 11:08:39 +02:00 committed by Arnd Bergmann
parent 4a315e3457
commit 61d4549577

View File

@ -101,6 +101,11 @@
reg = <0x20 0x10030000 0 0x2000>; reg = <0x20 0x10030000 0 0x2000>;
}; };
reset: reset@2010031000 {
compatible = "lsi,axm55xx-reset";
syscon = <&syscon>;
};
amba { amba {
compatible = "arm,amba-bus"; compatible = "arm,amba-bus";
#address-cells = <2>; #address-cells = <2>;