diff options
author | Matthias Brugger <mbrugger@suse.com> | 2017-07-20 12:22:46 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2017-08-17 15:33:43 +0200 |
commit | 6717728cacbb8dd9d10fe682c981c54b0069e259 (patch) | |
tree | 06c1f0c39f2ad2d283541af6f0f2c9a8aba092e6 | |
parent | f4fdb9c66fd67baec91fd263f9b8686096634937 (diff) | |
download | linux-6717728cacbb8dd9d10fe682c981c54b0069e259.tar.gz |
arm64: dts: mediatek: add watchdog to MT6797
This patch adds the watchdog driver to the MT6797 SoC.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt6797.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; |