Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alban Bedel and committed by
Philipp Zabel
93a1ceea ff591a91

+8
+8
arch/mips/boot/dts/qca/ar9132.dtsi
··· 115 115 interrupt-controller; 116 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 128 spi@1f000000 {