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 {
&tmu {
status = "okay";
};
&watchdog {
status = "okay";
};
......@@ -125,7 +125,6 @@ watchdog: watchdog@10060000 {
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clock CLK_WDT>;
clock-names = "watchdog";
status = "disabled";
};
clock: clock-controller@10030000 {
......
......@@ -495,7 +495,3 @@ &tmu {
vtmu-supply = <&ldo16_reg>;
status = "okay";
};
&watchdog {
status = "okay";
};
......@@ -555,7 +555,3 @@ &tmu {
vtmu-supply = <&ldo10_reg>;
status = "okay";
};
&watchdog {
status = "okay";
};
......@@ -541,7 +541,3 @@ &serial_2 {
&serial_3 {
status = "okay";
};
&watchdog {
status = "okay";
};
......@@ -222,7 +222,6 @@ watchdog: watchdog@10060000 {
clocks = <&clock CLK_WDT>;
clock-names = "watchdog";
samsung,syscon-phandle = <&pmu_system_controller>;
status = "disabled";
};
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