aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-07-06 14:41:39 +0800
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 20:34:45 +0200
commit684da56f7cf08012f23eb57ecd8846cf0f77a93b (patch)
tree32ab66fea7becd5f6a73d3f65c5cfc4a1086b0ec
parentLinux 4.8-rc1 (diff)
downloadlinux-dev-684da56f7cf08012f23eb57ecd8846cf0f77a93b.tar.xz
linux-dev-684da56f7cf08012f23eb57ecd8846cf0f77a93b.zip
arm: dts: berlin2: enable all wdt nodes unconditionally
After commit f29a72c24ad4 ("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>
-rw-r--r--arch/arm/boot/dts/berlin2.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index ae81009741ff..15c857aa796e 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -447,7 +447,6 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
- status = "disabled";
};
wdt2: watchdog@3000 {
@@ -455,7 +454,6 @@
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
- status = "disabled";
};
sm_gpio1: gpio@5000 {