Re: [PATCH] arm: dts: socfpga_n5x_socdk: Enable watchdog0
"Chee, Tien Fong via U-Boot" <[email protected]> Mon, 3 Aug 2026 17:30:40 +0800
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Dinesh, On Thu, 07 May 2026 08:55:05 +0800, [email protected] wrote: > Enable watchdog0 so the DesignWare watchdog can be probed and serviced > by U-Boot. Matches the existing Stratix 10 SoCDK enablement. > > Signed-off-by: Dinesh Maniyam <[email protected]> > --- > arch/arm/dts/socfpga_n5x_socdk.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/socfpga_n5x_socdk.dts b/arch/arm/dts/socfpga_n5x_socdk.dts > index 915b8f6380e..f98e87bb87e 100644 > --- a/arch/arm/dts/socfpga_n5x_socdk.dts > +++ b/arch/arm/dts/socfpga_n5x_socdk.dts > @@ -120,3 +120,7 @@ > &usb1 { > status = "okay"; > }; > + > +&watchdog0 { > + status = "okay"; > +}; > -- > 2.43.7 Looks good to me. Thanks. Reviewed-by: Tien Fong Chee <[email protected]> Best regards, Tien Fong