arm64: dts: mediatek: mt7986: Fix watchdog compatible
authorAllen-KH Cheng <allen-kh.cheng@mediatek.com>
Tue, 8 Nov 2022 03:32:05 +0000 (11:32 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 1 Feb 2023 13:54:56 +0000 (14:54 +0100)
MT7986's watchdog embeds a reset controller and needs only the
mediatek,mt7986-wdt compatible string as the MT6589 one is there
for watchdogs that don't have any reset controller capability.

Fixes: 50137c150f5f ("arm64: dts: mediatek: add basic mt7986 support")
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20221108033209.22751-4-allen-kh.cheng@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7986a.dtsi

index f6e980771b694dde3469e24ed9036bb21093d0df..51944690e790177d6f1e15923df4a00887ef7a3f 100644 (file)
                };
 
                watchdog: watchdog@1001c000 {
-                       compatible = "mediatek,mt7986-wdt",
-                                    "mediatek,mt6589-wdt";
+                       compatible = "mediatek,mt7986-wdt";
                        reg = <0 0x1001c000 0 0x1000>;
                        interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
                        #reset-cells = <1>;