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: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Krzysztof Kozlowski 2017-03-11 19:25:24 +02:00
parent b5acdc38b8
commit de44097b25
6 changed files with 0 additions and 18 deletions

View File

@ -328,7 +328,3 @@
&tmu {
status = "okay";
};
&watchdog {
status = "okay";
};

View File

@ -125,7 +125,6 @@
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clock CLK_WDT>;
clock-names = "watchdog";
status = "disabled";
};
clock: clock-controller@10030000 {

View File

@ -495,7 +495,3 @@
vtmu-supply = <&ldo16_reg>;
status = "okay";
};
&watchdog {
status = "okay";
};

View File

@ -555,7 +555,3 @@
vtmu-supply = <&ldo10_reg>;
status = "okay";
};
&watchdog {
status = "okay";
};

View File

@ -541,7 +541,3 @@
&serial_3 {
status = "okay";
};
&watchdog {
status = "okay";
};

View File

@ -222,7 +222,6 @@
clocks = <&clock CLK_WDT>;
clock-names = "watchdog";
samsung,syscon-phandle = <&pmu_system_controller>;
status = "disabled";
};
adc: adc@126C0000 {