diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-09-26 09:07:41 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-16 16:21:48 +0100 |
commit | 9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09 (patch) | |
tree | 8f947efc5ccadfba1e7759e318440762df4ba7f8 /arch/arm/boot/dts/imx27-3ds.dts | |
parent | 48b797adc02cdfc079930f2dfa3195b13ef7c0df (diff) | |
download | linux-9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09.tar.gz linux-9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09.tar.bz2 linux-9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09.zip |
ARM: dts: imx27-3ds: Remove local watchdog inclusion
imx27.dtsi already register the watchdog, so no need to do it in the board dts
file.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/imx27-3ds.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-3ds.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx27-3ds.dts b/arch/arm/boot/dts/imx27-3ds.dts index 0a8978a40ece..b01c0d745fc5 100644 --- a/arch/arm/boot/dts/imx27-3ds.dts +++ b/arch/arm/boot/dts/imx27-3ds.dts @@ -23,10 +23,6 @@ soc { aipi@10000000 { /* aipi */ - wdog@10002000 { - status = "okay"; - }; - uart1: serial@1000a000 { fsl,uart-has-rtscts; status = "okay"; |