Commit de44097b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Enable watchdog on all Exynos4 boards

Watchdog module does not have external dependencies so it can be safely
enabled in exynos4.dtsi thus making it available for all Exynos4-based
boards.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent b5acdc38
...@@ -328,7 +328,3 @@ &rtc { ...@@ -328,7 +328,3 @@ &rtc {
&tmu { &tmu {
status = "okay"; status = "okay";
}; };
&watchdog {
status = "okay";
};
...@@ -125,7 +125,6 @@ watchdog: watchdog@10060000 { ...@@ -125,7 +125,6 @@ watchdog: watchdog@10060000 {
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clock CLK_WDT>; clocks = <&clock CLK_WDT>;
clock-names = "watchdog"; clock-names = "watchdog";
status = "disabled";
}; };
clock: clock-controller@10030000 { clock: clock-controller@10030000 {
......
...@@ -495,7 +495,3 @@ &tmu { ...@@ -495,7 +495,3 @@ &tmu {
vtmu-supply = <&ldo16_reg>; vtmu-supply = <&ldo16_reg>;
status = "okay"; status = "okay";
}; };
&watchdog {
status = "okay";
};
...@@ -555,7 +555,3 @@ &tmu { ...@@ -555,7 +555,3 @@ &tmu {
vtmu-supply = <&ldo10_reg>; vtmu-supply = <&ldo10_reg>;
status = "okay"; status = "okay";
}; };
&watchdog {
status = "okay";
};
...@@ -541,7 +541,3 @@ &serial_2 { ...@@ -541,7 +541,3 @@ &serial_2 {
&serial_3 { &serial_3 {
status = "okay"; status = "okay";
}; };
&watchdog {
status = "okay";
};
...@@ -222,7 +222,6 @@ watchdog: watchdog@10060000 { ...@@ -222,7 +222,6 @@ watchdog: watchdog@10060000 {
clocks = <&clock CLK_WDT>; clocks = <&clock CLK_WDT>;
clock-names = "watchdog"; clock-names = "watchdog";
samsung,syscon-phandle = <&pmu_system_controller>; samsung,syscon-phandle = <&pmu_system_controller>;
status = "disabled";
}; };
adc: adc@126C0000 { adc: adc@126C0000 {
......
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