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

ARM: dts: wpcm450: Enable watchdog by default

The watchdog timer is always usable, regardless of board design, so
there is no point in marking the watchdog device as disabled-by-default
in nuvoton-wpcm450.dtsi.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220609214830.127003-1-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
c3a636be 362e8be2

-5
-4
arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
··· 104 104 /* "Serial over LAN" port. Connected to ttyS2 of the host system. */ 105 105 status = "okay"; 106 106 }; 107 - 108 - &watchdog0 { 109 - status = "okay"; 110 - };
-1
arch/arm/boot/dts/nuvoton-wpcm450.dtsi
··· 98 98 interrupts = <1 IRQ_TYPE_LEVEL_HIGH>; 99 99 reg = <0xb800101c 0x4>; 100 100 clocks = <&clk24m>; 101 - status = "disabled"; 102 101 }; 103 102 104 103 aic: interrupt-controller@b8002000 {