[PATCH] arm/dts: am33xx wdt node
From: Afzal Mohammed <hidden>
Date: 2012-07-04 12:30:37
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Afzal Mohammed <hidden>
Date: 2012-07-04 12:30:37
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
Add am33xx wdt node. Signed-off-by: Afzal Mohammed <redacted> --- Hi, This was tested on AM335X EVM. This depends on, http://www.mail-archive.com/linux-omap at vger.kernel.org/msg69424.html Regards Afzal arch/arm/boot/dts/am33xx.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index f46e353..08b2a5b 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi@@ -185,5 +185,10 @@ compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc3"; }; + + wdt2: wdt at 44e35000 { + compatible = "ti,omap3-wdt"; + ti,hwmods = "wd_timer2"; + }; }; };
--
1.7.11.1