Skip to content

Commit

Permalink
arm: dts: berlin2q: enable all wdt nodes unconditionally
Browse files Browse the repository at this point in the history
After commit f29a72c ("watchdog: dw_wdt: Convert to use watchdog
infrastructure"), the dw_wdt driver can support multiple variants, so
unconditionally enable all dw_wdt nodes now.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
  • Loading branch information
Jisheng Zhang authored and Sebastian Hesselbarth committed Sep 28, 2016
1 parent 684da56 commit b009cb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/berlin2q.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,13 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
status = "disabled";
};

wdt2: watchdog@3000 {
compatible = "snps,dw-wdt";
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
status = "disabled";
};

sm_gpio1: gpio@5000 {
Expand Down

0 comments on commit b009cb3

Please sign in to comment.