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>
This commit is contained in:
Crystal Guo
2020-08-03 15:14:58 +08:00
committed by Matthias Brugger
parent 1276be23fd
commit f866c47154

View File

@@ -317,8 +317,7 @@ pio: pinctrl@10005000 {
};
watchdog: watchdog@10007000 {
compatible = "mediatek,mt8183-wdt",
"mediatek,mt6589-wdt";
compatible = "mediatek,mt8183-wdt";
reg = <0 0x10007000 0 0x100>;
#reset-cells = <1>;
};