aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-07-17 15:19:54 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-07-17 16:49:20 +0200
commit0893f28e19afbd9d4081f59df10631d6ef02e0d7 (patch)
treea947c7966e439b9f7953286e8a9fb9c205b8bd9e /target/linux
parentcda123fe69fd4a94a3b0e8c5c1f5d35c81e36c99 (diff)
downloadupstream-0893f28e19afbd9d4081f59df10631d6ef02e0d7.tar.gz
upstream-0893f28e19afbd9d4081f59df10631d6ef02e0d7.tar.bz2
upstream-0893f28e19afbd9d4081f59df10631d6ef02e0d7.zip
ath79: ar9330: add missing watchdog node
It was reported in FS#2385, that Carambola2 doesn't currently have working watchdog so fix it by adding watchdog node. Ref: FS#2385 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ath79/dts/ar9330.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9330.dtsi b/target/linux/ath79/dts/ar9330.dtsi
index 603b16581c..64c135405b 100644
--- a/target/linux/ath79/dts/ar9330.dtsi
+++ b/target/linux/ath79/dts/ar9330.dtsi
@@ -86,6 +86,16 @@
#clock-cells = <1>;
};
+ wdt: wdt@18060008 {
+ compatible = "qca,ar7130-wdt";
+ reg = <0x18060008 0x8>;
+
+ interrupts = <4>;
+
+ clocks = <&pll ATH79_CLK_AHB>;
+ clock-names = "wdt";
+ };
+
rst: reset-controller@1806001c {
compatible = "qca,ar7100-reset";
reg = <0x1806001c 0x4>;