[PATCH v1 20/23] arm: dts: nbxv3: bump SBSA watchdog timeout to 120s
Vincent Jardin <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260817153144.1951036-21-vjardin__37376.9916522846$1786981089$gmane$org@free.fr> |
The shared fsl-lx2160a.dtsi sets timeout-sec = 30 on the SBSA generic watchdog. 30s can be too short on various slow boot paths. Signed-off-by: Vincent Jardin <[email protected]> --- arch/arm/dts/fsl-lx2160a-nbxv3.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/fsl-lx2160a-nbxv3.dts b/arch/arm/dts/fsl-lx2160a-nbxv3.dts index ad10326ad48..d2e4cb53bf1 100644 --- a/arch/arm/dts/fsl-lx2160a-nbxv3.dts +++ b/arch/arm/dts/fsl-lx2160a-nbxv3.dts @@ -364,3 +364,7 @@ regulator-always-on; }; }; + +&wdt0 { + timeout-sec = <120>; +}; -- 2.43.0