diff mbox

arm/dts: am33xx wdt node

Message ID 1341405037-16391-1-git-send-email-afzal@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Afzal Mohammed July 4, 2012, 12:30 p.m. UTC
Add am33xx wdt node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
---

Hi,

This was tested on AM335X EVM. This depends on,
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg69424.html

Regards
Afzal


 arch/arm/boot/dts/am33xx.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Afzal Mohammed July 4, 2012, 1:40 p.m. UTC | #1
+ Grant and device tree, watchdog lists

On Wed, Jul 04, 2012 at 18:00:37, Mohammed, Afzal wrote:
> Add am33xx wdt node.
> 
> Signed-off-by: Afzal Mohammed <afzal@ti.com>
> ---
> 
> Hi,
> 
> This was tested on AM335X EVM. This depends on,
> http://www.mail-archive.com/linux-omap@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@44e35000 {
> +			compatible = "ti,omap3-wdt";
> +			ti,hwmods = "wd_timer2";
> +		};
>  	};
>  };
> -- 
> 1.7.11.1
> 
>
Tony Lindgren July 9, 2012, 8:59 a.m. UTC | #2
* Mohammed, Afzal <afzal@ti.com> [120704 06:44]:
> + Grant and device tree, watchdog lists
> 
> On Wed, Jul 04, 2012 at 18:00:37, Mohammed, Afzal wrote:
> > Add am33xx wdt node.
> > 
> > Signed-off-by: Afzal Mohammed <afzal@ti.com>
> > ---
> > 
> > Hi,
> > 
> > This was tested on AM335X EVM. This depends on,
> > http://www.mail-archive.com/linux-omap@vger.kernel.org/msg69424.html

Thanks I'll apply this into omap devel-dt branch now that we have
an ack from Wim on the wdt changes.

Tony

> > 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@44e35000 {
> > +			compatible = "ti,omap3-wdt";
> > +			ti,hwmods = "wd_timer2";
> > +		};
> >  	};
> >  };
> > -- 
> > 1.7.11.1
> > 
> > 
>
diff mbox

Patch

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@44e35000 {
+			compatible = "ti,omap3-wdt";
+			ti,hwmods = "wd_timer2";
+		};
 	};
 };