devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support
@ 2012-02-01  6:27 Vaibhav Hiremath
  2012-02-02  4:56 ` Grant Likely
  0 siblings, 1 reply; 4+ messages in thread
From: Vaibhav Hiremath @ 2012-02-01  6:27 UTC (permalink / raw)
  To: devicetree-discuss
  Cc: linux-omap, linux-arm-kernel, Vaibhav Hiremath, Benoit Cousson,
	Grant Likely, Tony Lindgren

TI's OMAP3EVM and AM335xEVM are software development boards
available for OMAP35x(AM/DM37x) and AM335x devices respectively;
and these devices are considered under omap3 family.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Tony Lindgren <tony@atomide.com>
---
 .../devicetree/bindings/arm/omap/omap.txt          |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
index dbdab40..ce78498 100644
--- a/Documentation/devicetree/bindings/arm/omap/omap.txt
+++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
@@ -41,3 +41,9 @@ Boards:

 - OMAP4 PandaBoard : Low cost community board
   compatible = "ti,omap4-panda", "ti,omap4430"
+
+- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
+  compatible = "ti,omap3-evm", "ti,omap3"
+
+- AM335X EVM : Software Developement Board for AM335x
+  compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
--
1.7.0.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support
  2012-02-01  6:27 [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support Vaibhav Hiremath
@ 2012-02-02  4:56 ` Grant Likely
       [not found]   ` <20120202045629.GJ15343-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Likely @ 2012-02-02  4:56 UTC (permalink / raw)
  To: Vaibhav Hiremath
  Cc: devicetree-discuss, Benoit Cousson, Tony Lindgren, linux-omap,
	linux-arm-kernel

On Wed, Feb 01, 2012 at 11:57:00AM +0530, Vaibhav Hiremath wrote:
> TI's OMAP3EVM and AM335xEVM are software development boards
> available for OMAP35x(AM/DM37x) and AM335x devices respectively;
> and these devices are considered under omap3 family.
> 
> Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
> Cc: Benoit Cousson <b-cousson@ti.com>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Cc: Tony Lindgren <tony@atomide.com>

Applied, thanks.

g.

> ---
>  .../devicetree/bindings/arm/omap/omap.txt          |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> index dbdab40..ce78498 100644
> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> @@ -41,3 +41,9 @@ Boards:
> 
>  - OMAP4 PandaBoard : Low cost community board
>    compatible = "ti,omap4-panda", "ti,omap4430"
> +
> +- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
> +  compatible = "ti,omap3-evm", "ti,omap3"
> +
> +- AM335X EVM : Software Developement Board for AM335x
> +  compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
> --
> 1.7.0.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support
       [not found]   ` <20120202045629.GJ15343-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
@ 2012-02-02  9:34     ` Hiremath, Vaibhav
       [not found]       ` <79CD15C6BA57404B839C016229A409A8317BCD98-Er742YJ7I/eIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Hiremath, Vaibhav @ 2012-02-02  9:34 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Thu, Feb 02, 2012 at 10:26:29, Grant Likely wrote:
> On Wed, Feb 01, 2012 at 11:57:00AM +0530, Vaibhav Hiremath wrote:
> > TI's OMAP3EVM and AM335xEVM are software development boards
> > available for OMAP35x(AM/DM37x) and AM335x devices respectively;
> > and these devices are considered under omap3 family.
> > 
> > Signed-off-by: Vaibhav Hiremath <hvaibhav-l0cyMroinI0@public.gmane.org>
> > Cc: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>
> > Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
> > Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
> 
> Applied, thanks.
> 

Benoit and/or Grant,

Can you also pull-in/merge all other patches which I had submitted recently?

arm/dts: omap3-evm: Add i2c and twl4030 support
arm/dts: Add support for TI AM3517/05 EVM board
arm:omap2:board-generic: Add DT support for AM33xx devices
arm/dts: Add support for TI AM335x EVM board

Thanks,
Vaibhav
> g.
> 
> > ---
> >  .../devicetree/bindings/arm/omap/omap.txt          |    6 ++++++
> >  1 files changed, 6 insertions(+), 0 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> > index dbdab40..ce78498 100644
> > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> > @@ -41,3 +41,9 @@ Boards:
> > 
> >  - OMAP4 PandaBoard : Low cost community board
> >    compatible = "ti,omap4-panda", "ti,omap4430"
> > +
> > +- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
> > +  compatible = "ti,omap3-evm", "ti,omap3"
> > +
> > +- AM335X EVM : Software Developement Board for AM335x
> > +  compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
> > --
> > 1.7.0.4
> > 
> > 
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support
       [not found]       ` <79CD15C6BA57404B839C016229A409A8317BCD98-Er742YJ7I/eIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
@ 2012-02-02  9:43         ` Cousson, Benoit
  0 siblings, 0 replies; 4+ messages in thread
From: Cousson, Benoit @ 2012-02-02  9:43 UTC (permalink / raw)
  To: Hiremath, Vaibhav
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

Hi Vaibhav,

On 2/2/2012 10:34 AM, Hiremath, Vaibhav wrote:
> On Thu, Feb 02, 2012 at 10:26:29, Grant Likely wrote:
>> On Wed, Feb 01, 2012 at 11:57:00AM +0530, Vaibhav Hiremath wrote:
>>> TI's OMAP3EVM and AM335xEVM are software development boards
>>> available for OMAP35x(AM/DM37x) and AM335x devices respectively;
>>> and these devices are considered under omap3 family.
>>>
>>> Signed-off-by: Vaibhav Hiremath<hvaibhav-l0cyMroinI0@public.gmane.org>
>>> Cc: Benoit Cousson<b-cousson-l0cyMroinI0@public.gmane.org>
>>> Cc: Grant Likely<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
>>> Cc: Tony Lindgren<tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
>>
>> Applied, thanks.
>>
>
> Benoit and/or Grant,
>
> Can you also pull-in/merge all other patches which I had submitted recently?

I can pull them all through Tony's tree, but I still need Grant's 
Acked-by. So far, I have these ones ready for pull:
  arm/dts: Add support for TI OMAP3 EVM board.
  arm:omap2:board-generic: Add DT support for AM33xx devices
  arm/dts: Add support for TI AM335x EVM board

It looks like these ones do not have the Ack:
  arm/dts: omap3-evm: Add i2c and twl4030 support
  arm/dts: Add support for TI AM3517/05 EVM board


Regards,
Benoit


>
> arm/dts: omap3-evm: Add i2c and twl4030 support
> arm/dts: Add support for TI AM3517/05 EVM board
> arm:omap2:board-generic: Add DT support for AM33xx devices
> arm/dts: Add support for TI AM335x EVM board
>
> Thanks,
> Vaibhav
>> g.
>>
>>> ---
>>>   .../devicetree/bindings/arm/omap/omap.txt          |    6 ++++++
>>>   1 files changed, 6 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
>>> index dbdab40..ce78498 100644
>>> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
>>> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
>>> @@ -41,3 +41,9 @@ Boards:
>>>
>>>   - OMAP4 PandaBoard : Low cost community board
>>>     compatible = "ti,omap4-panda", "ti,omap4430"
>>> +
>>> +- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
>>> +  compatible = "ti,omap3-evm", "ti,omap3"
>>> +
>>> +- AM335X EVM : Software Developement Board for AM335x
>>> +  compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
>>> --
>>> 1.7.0.4
>>>
>>>
>>> _______________________________________________
>>> linux-arm-kernel mailing list
>>> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
>>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-02  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01  6:27 [PATCH] arm/dts: OMAP3: Add omap3evm and am335xevm support Vaibhav Hiremath
2012-02-02  4:56 ` Grant Likely
     [not found]   ` <20120202045629.GJ15343-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2012-02-02  9:34     ` Hiremath, Vaibhav
     [not found]       ` <79CD15C6BA57404B839C016229A409A8317BCD98-Er742YJ7I/eIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2012-02-02  9:43         ` Cousson, Benoit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).