[PATCH 3/4] arm64: dts: mediatek: add watchdog to MT6796
Matthias Brugger
matthias.bgg at gmail.com
Thu Jul 20 03:22:46 PDT 2017
From: Matthias Brugger <mbrugger at suse.com>
This patch adds the watchdog driver to the MT6796 SoC.
Signed-off-by: Matthias Brugger <matthias.bgg at gmail.com>
---
arch/arm64/boot/dts/mediatek/mt6797.dtsi | 5 +++++
1 file changed, 5 insertions(+)
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 at 10007000 {
+ compatible = "mediatek,mt6797-wdt", "mediatek,mt6589-wdt";
+ reg = <0 0x10007000 0 0x100>;
+ };
+
apmixedsys: apmixed at 1000c000 {
compatible = "mediatek,mt6797-apmixedsys";
reg = <0 0x1000c000 0 0x1000>;
--
2.12.3
More information about the linux-arm-kernel
mailing list