Message ID | 20120807071351.GK11011@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Aug 07, 2012 at 12:43:51, Tony Lindgren wrote: > * Tony Lindgren <tony@atomide.com> [120713 01:01]: > > * Tony Lindgren <tony@atomide.com> [120712 23:46]: > > > my scripts when applying patches. We'll have to apply this as a fix. > > Arnd and Olof, let me know if you want me to resubmit a new branch instead > > of the already pulled devel-dt branch. That branch should not have other > > dependencies as it's based on -rc5. Of course is it's buried into other > > DT patches it's too late. > > Now with -rc1 out, I'll queue the following fix. Thanks Tony Regards Afzal -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 59509c4..bd0cff3 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -154,5 +154,10 @@ #size-cells = <0>; ti,hwmods = "i2c3"; }; + + wdt2: wdt@44e35000 { + compatible = "ti,omap3-wdt"; + ti,hwmods = "wd_timer2"; + }; }; };