aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot')
-rw-r--r--arch/mips/boot/dts/qca/ar9132.dtsi8
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 {