arm64: dts: renesas: rzg2ul-smarc-som: Drop enabling wdt2

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>
This commit is contained in:
Lad Prabhakar 2022-09-14 14:42:11 +01:00 committed by Geert Uytterhoeven
parent 4227976528
commit 1ca318459c

View File

@ -263,8 +263,3 @@
status = "okay"; status = "okay";
timeout-sec = <60>; timeout-sec = <60>;
}; };
&wdt2 {
status = "okay";
timeout-sec = <60>;
};