From: Matthias Brugger Date: Thu, 20 Jul 2017 10:22:46 +0000 (+0200) Subject: arm64: dts: mediatek: add watchdog to MT6797 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6717728cacbb8dd9d10fe682c981c54b0069e259;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: mediatek: add watchdog to MT6797 This patch adds the watchdog driver to the MT6797 SoC. Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi index 31088a9f71de..1cb45219ef05 100644 --- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi @@ -147,6 +147,11 @@ infracfg = <&infrasys>; }; + watchdog: watchdog@10007000 { + compatible = "mediatek,mt6797-wdt", "mediatek,mt6589-wdt"; + reg = <0 0x10007000 0 0x100>; + }; + apmixedsys: apmixed@1000c000 { compatible = "mediatek,mt6797-apmixedsys"; reg = <0 0x1000c000 0 0x1000>;