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

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>

+5
+5
arch/arm/boot/dts/mt6589.dtsi
··· 138 138 clocks = <&uart_clk>; 139 139 status = "disabled"; 140 140 }; 141 + 142 + wdt: watchdog@010000000 { 143 + compatible = "mediatek,mt6589-wdt"; 144 + reg = <0x10000000 0x44>; 145 + }; 141 146 }; 142 147 };