summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorCrystal Guo <crystal.guo@mediatek.com>2020-08-03 09:14:58 +0200
committerMatthias Brugger <matthias.bgg@gmail.com>2020-09-21 18:57:33 +0200
commitf866c471542e6dddca2ab971a85ebc54fd3713a4 (patch)
tree8675f96648dbaaa9a1e75ed73118e064e6e565be /arch
parentarm64: dts: mt8173: elm: Fix nor_flash node property (diff)
downloadlinux-f866c471542e6dddca2ab971a85ebc54fd3713a4.tar.xz
linux-f866c471542e6dddca2ab971a85ebc54fd3713a4.zip
arm64: dts: mt8183: update watchdog device node
The watchdog driver for MT8183 relies on DT data, so the fallback compatible MT6589 won't work, need to update watchdog device node to sync with watchdog dt-binding document. Signed-off-by: Crystal Guo <crystal.guo@mediatek.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/mediatek/mt8183.dtsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index f9b60e3d085c..9cfd961c45eb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -317,8 +317,7 @@
};
watchdog: watchdog@10007000 {
- compatible = "mediatek,mt8183-wdt",
- "mediatek,mt6589-wdt";
+ compatible = "mediatek,mt8183-wdt";
reg = <0 0x10007000 0 0x100>;
#reset-cells = <1>;
};