aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystal Guo <[email protected]>2020-08-03 15:14:58 +0800
committerMatthias Brugger <[email protected]>2020-09-21 18:57:33 +0200
commitf866c471542e6dddca2ab971a85ebc54fd3713a4 (patch)
tree8675f96648dbaaa9a1e75ed73118e064e6e565be
parent1276be23fd53e1c4e752966d0eab42aa54a343da (diff)
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 <[email protected]> Acked-by: Guenter Roeck <[email protected]> Signed-off-by: Matthias Brugger <[email protected]>
-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>;
};