mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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>
This commit is contained in:
parent
362e8be2ec
commit
c3a636be6b
|
|
@ -104,7 +104,3 @@ &serial1 {
|
|||
/* "Serial over LAN" port. Connected to ttyS2 of the host system. */
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&watchdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -98,7 +98,6 @@ watchdog0: watchdog@b800101c {
|
|||
interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0xb800101c 0x4>;
|
||||
clocks = <&clk24m>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
aic: interrupt-controller@b8002000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user