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

Reply via email to