MIPS: ath79: Add the reset controller to the AR9132 dtsi
authorAlban Bedel <albeu@free.fr>
Mon, 3 Aug 2015 17:23:53 +0000 (19:23 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 4 Aug 2015 08:41:39 +0000 (10:41 +0200)
Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
arch/mips/boot/dts/qca/ar9132.dtsi

index 4759cff814d1b8c0a9f24bb4690f1bf677c522c2..fb7734eadbf0e08faab7c6ab36b29851d3845e35 100644 (file)
                                interrupt-controller;
                                #interrupt-cells = <1>;
                        };
+
+                       rst: reset-controller@1806001c {
+                               compatible = "qca,ar9132-reset",
+                                               "qca,ar7100-reset";
+                               reg = <0x1806001c 0x4>;
+
+                               #reset-cells = <1>;
+                       };
                };
 
                spi@1f000000 {