arm64: dts: mt8195: Disable watchdog external reset signal
authorTinghan Shen <tinghan.shen@mediatek.com>
Thu, 11 Aug 2022 02:58:01 +0000 (10:58 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 25 Aug 2022 14:47:13 +0000 (16:47 +0200)
Disable the external output reset signal of watchdog reset to avoid losing
the reset reason stored in the watchdog registers.

Signed-off-by: Fengquan Chen <fengquan.chen@mediatek.com>
Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220811025813.21492-9-tinghan.shen@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index 066c149..436687b 100644 (file)
                watchdog: watchdog@10007000 {
                        compatible = "mediatek,mt8195-wdt",
                                     "mediatek,mt6589-wdt";
+                       mediatek,disable-extrst;
                        reg = <0 0x10007000 0 0x100>;
                };