aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/mt6589.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/mt6589.dtsi')
-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};