Commit 7091eb96 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Sebastian Hesselbarth

arm64: dts: berlin4ct: 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 7e38b270
...@@ -279,7 +279,6 @@ wdt1: watchdog@4000 { ...@@ -279,7 +279,6 @@ wdt1: watchdog@4000 {
reg = <0x4000 0x100>; reg = <0x4000 0x100>;
clocks = <&osc>; clocks = <&osc>;
interrupts = <1>; interrupts = <1>;
status = "disabled";
}; };
wdt2: watchdog@5000 { wdt2: watchdog@5000 {
...@@ -287,7 +286,6 @@ wdt2: watchdog@5000 { ...@@ -287,7 +286,6 @@ wdt2: watchdog@5000 {
reg = <0x5000 0x100>; reg = <0x5000 0x100>;
clocks = <&osc>; clocks = <&osc>;
interrupts = <2>; interrupts = <2>;
status = "disabled";
}; };
sm_gpio0: gpio@8000 { sm_gpio0: gpio@8000 {
......
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