projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff591a9
)
MIPS: ath79: Add the reset controller to the AR9132 dtsi
author
Alban Bedel
<albeu@free.fr>
Mon, 3 Aug 2015 17:23:53 +0000
(19:23 +0200)
committer
Philipp 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/boot/dts/qca/ar9132.dtsi
b/arch/mips/boot/dts/qca/ar9132.dtsi
index 4759cff814d1b8c0a9f24bb4690f1bf677c522c2..fb7734eadbf0e08faab7c6ab36b29851d3845e35 100644
(file)
--- a/
arch/mips/boot/dts/qca/ar9132.dtsi
+++ b/
arch/mips/boot/dts/qca/ar9132.dtsi
@@
-115,6
+115,14
@@
interrupt-controller;
#interrupt-cells = <1>;
};
+
+ rst: reset-controller@1806001c {
+ compatible = "qca,ar9132-reset",
+ "qca,ar7100-reset";
+ reg = <0x1806001c 0x4>;
+
+ #reset-cells = <1>;
+ };
};
spi@1f000000 {