arm64: dts: mediatek: mt8195: Fix watchdog compatible
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 8 Nov 2022 03:32:04 +0000 (11:32 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 1 Feb 2023 13:54:56 +0000 (14:54 +0100)
MT8195's watchdog embeds a reset controller and needs only the
mediatek,mt8195-wdt compatible string as the MT6589 one is there
for watchdogs that don't have any reset controller capability.

Fixes: 37f2582883be ("arm64: dts: Add mediatek SoC mt8195 and evaluation board")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Co-developed-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20221108033209.22751-3-allen-kh.cheng@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index d3660b26b0b3a4f502abb5c82c6eed8a14cd6be8..00891bfa564e94851e2ac6a87445caab62ba7802 100644 (file)
                };
 
                watchdog: watchdog@10007000 {
-                       compatible = "mediatek,mt8195-wdt",
-                                    "mediatek,mt6589-wdt";
+                       compatible = "mediatek,mt8195-wdt";
                        mediatek,disable-extrst;
                        reg = <0 0x10007000 0 0x100>;
                        #reset-cells = <1>;