diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-09-26 12:07:41 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-16 15:21:48 (GMT) |
commit | 9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09 (patch) | |
tree | 8f947efc5ccadfba1e7759e318440762df4ba7f8 | |
parent | 48b797adc02cdfc079930f2dfa3195b13ef7c0df (diff) | |
download | linux-9b49e170c0bafb7fe9f04ae41fa3efd6aa2c2f09.tar.xz |
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>
-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 0a8978a..b01c0d7 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"; |