aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2015-03-16 05:47:25 -0400
committerMatthias Brugger <matthias.bgg@gmail.com>2015-03-30 07:18:23 -0400
commit85fc20b2ad9937fccbff3b47841f33d47e5e62c8 (patch)
tree7a2aba67f0537d3993239ca5b942ef2306e1a783
parent979275897e5c52945ae10adba98453cf9e2715d2 (diff)
ARM: DTS: Add watchdog to mt6589
This patch adds the watchdog to the device tree of Mediatek mt6589 SoC. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r--arch/arm/boot/dts/mt6589.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi
index 106b61b10030..88b3cb128698 100644
--- a/arch/arm/boot/dts/mt6589.dtsi
+++ b/arch/arm/boot/dts/mt6589.dtsi
@@ -138,5 +138,10 @@
138 clocks = <&uart_clk>; 138 clocks = <&uart_clk>;
139 status = "disabled"; 139 status = "disabled";
140 }; 140 };
141
142 wdt: watchdog@010000000 {
143 compatible = "mediatek,mt6589-wdt";
144 reg = <0x10000000 0x44>;
145 };
141 }; 146 };
142}; 147};