Add the reset controller to the AXM5xx device tree.

Signed-off-by: Anders Berg <[email protected]>
---
 arch/arm/boot/dts/axm55xx.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi
index 5d63887..bd1e07d 100644
--- a/arch/arm/boot/dts/axm55xx.dtsi
+++ b/arch/arm/boot/dts/axm55xx.dtsi
@@ -208,6 +208,11 @@
                        reg = <0x20 0x10030000 0 0x2000>;
                };
 
+               reset: reset@2010031000 {
+                       compatible = "lsi,axm55xx-reset";
+                       syscon = <&syscon>;
+               };
+
                amba {
                        compatible = "arm,amba-bus";
                        #address-cells = <2>;
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to