Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: spider-cpu: Enable watchdog timer

Enable the watchdog timer on the Spider board.

Extracted from a larger patch in the BSP by LUU HOAI.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/b36b2bb5770e10d906571721a3d73ca205b6f56e.1642525158.git.geert+renesas@glider.be

+5
+5
arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
··· 31 31 clock-frequency = <32768>; 32 32 }; 33 33 34 + &rwdt { 35 + timeout-sec = <60>; 36 + status = "okay"; 37 + }; 38 + 34 39 &scif3 { 35 40 status = "okay"; 36 41 };