From: Jean-Jacques Hiblot Date: Mon, 21 Feb 2022 09:50:30 +0000 (+0100) Subject: ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3ec510bcbdd274d62af96cbc381d2609659b3dc5;p=linux.git ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout 60s is a sensible default value. Signed-off-by: Jean-Jacques Hiblot Link: https://lore.kernel.org/r/20220221095032.95054-5-jjhiblot@traphandler.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts index 4e57ae2688fc..3f8f3ce87e12 100644 --- a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts +++ b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts @@ -26,3 +26,8 @@ &uart0 { status = "okay"; }; + +&wdt0 { + timeout-sec = <60>; + status = "okay"; +};