diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-30 16:03:16 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-24 05:44:11 +0200 |
commit | 03b276505435927b5c4f7d246557a991fbedad92 (patch) | |
tree | 18f3a41bd6db9d5cfb023b438c4e37284fefa11e /arch/arm/boot/dts/imx51-babbage.dts | |
parent | ARM i.MX53: dts: add flexcan to imx53 (diff) | |
download | linux-03b276505435927b5c4f7d246557a991fbedad92.tar.xz linux-03b276505435927b5c4f7d246557a991fbedad92.zip |
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: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-babbage.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-babbage.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index cd86177a3ea2..ce08d19f8414 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts @@ -169,10 +169,6 @@ }; }; - wdog@73f98000 { /* WDOG1 */ - status = "okay"; - }; - iomuxc@73fa8000 { compatible = "fsl,imx51-iomuxc-babbage"; reg = <0x73fa8000 0x4000>; |