Skip to content

Commit

Permalink
ARM: dts: wpcm450: Enable watchdog by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
neuschaefer authored and shenki committed Nov 22, 2022
1 parent 362e8be commit c3a636b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,3 @@
/* "Serial over LAN" port. Connected to ttyS2 of the host system. */
status = "okay";
};

&watchdog0 {
status = "okay";
};
1 change: 0 additions & 1 deletion arch/arm/boot/dts/nuvoton-wpcm450.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xb800101c 0x4>;
clocks = <&clk24m>;
status = "disabled";
};

aic: interrupt-controller@b8002000 {
Expand Down

0 comments on commit c3a636b

Please sign in to comment.