Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85fc20b2 authored by Matthias Brugger's avatar Matthias Brugger
Browse files

ARM: DTS: Add watchdog to mt6589



This patch adds the watchdog to the device tree of Mediatek mt6589 SoC.

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 97927589
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -138,5 +138,10 @@
			clocks = <&uart_clk>;
			status = "disabled";
		};

		wdt: watchdog@010000000 {
			compatible = "mediatek,mt6589-wdt";
			reg = <0x10000000 0x44>;
		};
	};
};