Commit 684da56f authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Sebastian Hesselbarth

arm: dts: berlin2: 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 29b4817d
...@@ -447,7 +447,6 @@ wdt1: watchdog@2000 { ...@@ -447,7 +447,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 {
...@@ -455,7 +454,6 @@ wdt2: watchdog@3000 { ...@@ -455,7 +454,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