From: Daniel Lezcano Date: Thu, 31 Jul 2025 14:01:39 +0000 (+0200) Subject: arm64: dts: s32g274-rd2: Enable the SWT watchdog X-Git-Tag: v6.18-rc1~147^2~20^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88a1e2d86540f3753ef51b44830ec6254411ef19;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: s32g274-rd2: Enable the SWT watchdog The SWT0 is directly connected to the reset line and only one instance is useful for its purpose. Let's enable it for the s32g274-rd2. Signed-off-by: Daniel Lezcano Cc: Ghennadi Procopciuc Cc: Thomas Fossati Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts b/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts index 505776d19151c..4f58be68c8182 100644 --- a/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts +++ b/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts @@ -56,6 +56,10 @@ status = "okay"; }; +&swt0 { + status = "okay"; +}; + &usdhc0 { pinctrl-names = "default", "state_100mhz", "state_200mhz"; pinctrl-0 = <&pinctrl_usdhc0>;