arm64: dts: renesas: rzg2ul-smarc-som: Drop enabling wdt2
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Wed, 14 Sep 2022 13:42:11 +0000 (14:42 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 19 Sep 2022 11:53:47 +0000 (13:53 +0200)
WDT CH2 is specifically to check the operation of Cortex-M33 CPU so
don't enable WDT2 by default.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220914134211.199631-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi

index cf3b3d1..2a0feb5 100644 (file)
        status = "okay";
        timeout-sec = <60>;
 };
-
-&wdt2 {
-       status = "okay";
-       timeout-sec = <60>;
-};