diff options
author | Alban Bedel <albeu@free.fr> | 2015-08-03 13:23:53 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-08-04 04:41:39 -0400 |
commit | 93a1ceea104169c4faff112bf18a782a72e0483e (patch) | |
tree | 9a2beedd4a795770a4858ccc4a2ed7bd325121a7 | |
parent | ff591a91225d3621a503bb18faa0f0d747a06e50 (diff) |
MIPS: ath79: Add the reset controller to the AR9132 dtsi
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>
-rw-r--r-- | arch/mips/boot/dts/qca/ar9132.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index 4759cff814d1..fb7734eadbf0 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi | |||
@@ -115,6 +115,14 @@ | |||
115 | interrupt-controller; | 115 | interrupt-controller; |
116 | #interrupt-cells = <1>; | 116 | #interrupt-cells = <1>; |
117 | }; | 117 | }; |
118 | |||
119 | rst: reset-controller@1806001c { | ||
120 | compatible = "qca,ar9132-reset", | ||
121 | "qca,ar7100-reset"; | ||
122 | reg = <0x1806001c 0x4>; | ||
123 | |||
124 | #reset-cells = <1>; | ||
125 | }; | ||
118 | }; | 126 | }; |
119 | 127 | ||
120 | spi@1f000000 { | 128 | spi@1f000000 { |