From: Dinesh Maniyam <[email protected]> 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

