Commit b009cb35 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Sebastian Hesselbarth

arm: dts: berlin2q: enable all wdt nodes unconditionally

After commit f29a72c2 ("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: default avatarJisheng Zhang <jszhang@marvell.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 684da56f
...@@ -525,7 +525,6 @@ wdt1: watchdog@2000 { ...@@ -525,7 +525,6 @@ wdt1: watchdog@2000 {
reg = <0x2000 0x100>; reg = <0x2000 0x100>;
clocks = <&refclk>; clocks = <&refclk>;
interrupts = <1>; interrupts = <1>;
status = "disabled";
}; };
wdt2: watchdog@3000 { wdt2: watchdog@3000 {
...@@ -533,7 +532,6 @@ wdt2: watchdog@3000 { ...@@ -533,7 +532,6 @@ wdt2: watchdog@3000 {
reg = <0x3000 0x100>; reg = <0x3000 0x100>;
clocks = <&refclk>; clocks = <&refclk>;
interrupts = <2>; interrupts = <2>;
status = "disabled";
}; };
sm_gpio1: gpio@5000 { sm_gpio1: gpio@5000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment