Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03b27650 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx: Always enable the watchdog



Instead of enabling the watchdog in each individual dts file, select in
the SoC dtsi file instead.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a9d1f924
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,10 +23,6 @@
	soc {
		aipi@10000000 { /* aipi */

			wdog@10002000 {
				status = "okay";
			};

			serial@1000a000 {
				fsl,uart-has-rtscts;
				status = "okay";
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@
				compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
				reg = <0x10002000 0x4000>;
				interrupts = <27>;
				status = "disabled";
			};

			uart1: serial@1000a000 {
+0 −4
Original line number Diff line number Diff line
@@ -169,10 +169,6 @@
				};
			};

			wdog@73f98000 { /* WDOG1 */
				status = "okay";
			};

			iomuxc@73fa8000 {
				compatible = "fsl,imx51-iomuxc-babbage";
				reg = <0x73fa8000 0x4000>;
+0 −1
Original line number Diff line number Diff line
@@ -174,7 +174,6 @@
				compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
				reg = <0x73f98000 0x4000>;
				interrupts = <58>;
				status = "disabled";
			};

			wdog@73f9c000 { /* WDOG2 */
+0 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@
				};
			};

			wdog@53f98000 { /* WDOG1 */
				status = "okay";
			};

			iomuxc@53fa8000 {
				compatible = "fsl,imx53-iomuxc-ard";
				reg = <0x53fa8000 0x4000>;
Loading