Commit de44097b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -328,7 +328,3 @@
&tmu {
	status = "okay";
};

&watchdog {
	status = "okay";
};
+0 −1
Original line number Diff line number Diff line
@@ -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 {
+0 −4
Original line number Diff line number Diff line
@@ -495,7 +495,3 @@
	vtmu-supply = <&ldo16_reg>;
	status = "okay";
};

&watchdog {
	status = "okay";
};
+0 −4
Original line number Diff line number Diff line
@@ -555,7 +555,3 @@
	vtmu-supply = <&ldo10_reg>;
	status = "okay";
};

&watchdog {
	status = "okay";
};
+0 −4
Original line number Diff line number Diff line
@@ -541,7 +541,3 @@
&serial_3 {
	status = "okay";
};

&watchdog {
	status = "okay";
};
Loading