Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Tony Lindgren
* Kevin Hilman  [140424 16:22]:
> On Thu, Apr 24, 2014 at 3:32 PM, Kevin Hilman  wrote:
> > Robert Nelson  writes:
> >
> >> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
> >>
> >> Signed-off-by: Robert Nelson 
> >> ---
> >>  arch/arm/boot/dts/Makefile   |  1 +
> >>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
> >>  2 files changed, 16 insertions(+)
> >>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >>
> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> >> index 35c146f..0bdeba3 100644
> >> --- a/arch/arm/boot/dts/Makefile
> >> +++ b/arch/arm/boot/dts/Makefile
> >> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
> >>   omap3-sbc-t3730.dtb \
> >>   omap3-devkit8000.dtb \
> >>   omap3-beagle-xm.dtb \
> >> + omap3-beagle-xm-ab.dtb \
> >>   omap3-evm.dtb \
> >>   omap3-evm-37xx.dtb \
> >>   omap3-ldp.dtb \
> >> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
> >> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >> new file mode 100644
> >> index 000..9d81123
> >> --- /dev/null
> >> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >> @@ -0,0 +1,15 @@
> >> +/*
> >> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
> >> + *
> >> + * This program is free software; you can redistribute it and/or modify
> >> + * it under the terms of the GNU General Public License version 2 as
> >> + * published by the Free Software Foundation.
> >> + */
> >> +
> >> +#include "omap3-beagle-xm.dts"
> >> +
> >> +/ {
> >> + /* HS USB Port 2 Power enable was inverted with the xM C */
> >> + hsusb2_power: hsusb2_power_reg {
> >> + enable-active-high;
> >
> > Missing '};' here?
> >
> > This causes build breakage in linux-omap master, which now has this
> > applied.
> 
> ignore this.  It's already been fixed, but was still lingering in
> Tony's master branch.

Oops, sorry yeah looks like I forgot to remerge the updated fixes
branch. Will update it today.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
On Thu, Apr 24, 2014 at 3:32 PM, Kevin Hilman  wrote:
> Robert Nelson  writes:
>
>> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>>
>> Signed-off-by: Robert Nelson 
>> ---
>>  arch/arm/boot/dts/Makefile   |  1 +
>>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>>  2 files changed, 16 insertions(+)
>>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>>
>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>> index 35c146f..0bdeba3 100644
>> --- a/arch/arm/boot/dts/Makefile
>> +++ b/arch/arm/boot/dts/Makefile
>> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>>   omap3-sbc-t3730.dtb \
>>   omap3-devkit8000.dtb \
>>   omap3-beagle-xm.dtb \
>> + omap3-beagle-xm-ab.dtb \
>>   omap3-evm.dtb \
>>   omap3-evm-37xx.dtb \
>>   omap3-ldp.dtb \
>> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
>> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> new file mode 100644
>> index 000..9d81123
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> @@ -0,0 +1,15 @@
>> +/*
>> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>> + */
>> +
>> +#include "omap3-beagle-xm.dts"
>> +
>> +/ {
>> + /* HS USB Port 2 Power enable was inverted with the xM C */
>> + hsusb2_power: hsusb2_power_reg {
>> + enable-active-high;
>
> Missing '};' here?
>
> This causes build breakage in linux-omap master, which now has this
> applied.

ignore this.  It's already been fixed, but was still lingering in
Tony's master branch.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
Tony Lindgren  writes:

> * Gupta, Pekon  [140421 23:49]:
>> Tony,
>> 
>> >From: Tony Lindgren
>> >* Robert Nelson  [140418 16:42]:
>> >> On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren  wrote:
>> >> > * Robert Nelson  [140415 08:46]:
>> >> >>
>> >> >> Background: i also tried getting this having this fixed in u-boot:
>> >> >
>> >> > Do we still need to apply this patch then?
>> >>
>> >> Yeah, Tom want's it done in the kernel:
>> >>
>> >> Here's my proposed u-boot patch:
>> >> http://lists.denx.de/pipermail/u-boot/2014-January/172154.html
>> >>
>> >> and Tom's recommendation:
>> >> http://lists.denx.de/pipermail/u-boot/2014-January/172274.html
>> >>
>> >> Once this hits mainline, i'll submit a patch to u-boot to check for
>> >> the presence of this version and drop to the old dtb if not found.
>> >
>> >OK applying into omap-for-v3.15/fixes thanks.
>> >
>> >Tony
>> 
>> You probably missed fixing below typo before applying this patch.
>> omap3-beagle-xm-ab.dts breaks without this.
>
> Yeah pushed out omap-for-v3.15/fixes-v2 with the missing bracket.

Your master branch still has the one that doesn't compile.

Kevin


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
Robert Nelson  writes:

> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>
> Signed-off-by: Robert Nelson 
> ---
>  arch/arm/boot/dts/Makefile   |  1 +
>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>  2 files changed, 16 insertions(+)
>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 35c146f..0bdeba3 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>   omap3-sbc-t3730.dtb \
>   omap3-devkit8000.dtb \
>   omap3-beagle-xm.dtb \
> + omap3-beagle-xm-ab.dtb \
>   omap3-evm.dtb \
>   omap3-evm-37xx.dtb \
>   omap3-ldp.dtb \
> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> new file mode 100644
> index 000..9d81123
> --- /dev/null
> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> @@ -0,0 +1,15 @@
> +/*
> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
> +
> +#include "omap3-beagle-xm.dts"
> +
> +/ {
> + /* HS USB Port 2 Power enable was inverted with the xM C */
> + hsusb2_power: hsusb2_power_reg {
> + enable-active-high;

Missing '};' here?

This causes build breakage in linux-omap master, which now has this
applied.

> +};

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-22 Thread Tony Lindgren
* Gupta, Pekon  [140421 23:49]:
> Tony,
> 
> >From: Tony Lindgren
> >* Robert Nelson  [140418 16:42]:
> >> On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren  wrote:
> >> > * Robert Nelson  [140415 08:46]:
> >> >>
> >> >> Background: i also tried getting this having this fixed in u-boot:
> >> >
> >> > Do we still need to apply this patch then?
> >>
> >> Yeah, Tom want's it done in the kernel:
> >>
> >> Here's my proposed u-boot patch:
> >> http://lists.denx.de/pipermail/u-boot/2014-January/172154.html
> >>
> >> and Tom's recommendation:
> >> http://lists.denx.de/pipermail/u-boot/2014-January/172274.html
> >>
> >> Once this hits mainline, i'll submit a patch to u-boot to check for
> >> the presence of this version and drop to the old dtb if not found.
> >
> >OK applying into omap-for-v3.15/fixes thanks.
> >
> >Tony
> 
> You probably missed fixing below typo before applying this patch.
> omap3-beagle-xm-ab.dts breaks without this.

Yeah pushed out omap-for-v3.15/fixes-v2 with the missing bracket.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-21 Thread Gupta, Pekon
Tony,

>From: Tony Lindgren
>* Robert Nelson  [140418 16:42]:
>> On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren  wrote:
>> > * Robert Nelson  [140415 08:46]:
>> >>
>> >> Background: i also tried getting this having this fixed in u-boot:
>> >
>> > Do we still need to apply this patch then?
>>
>> Yeah, Tom want's it done in the kernel:
>>
>> Here's my proposed u-boot patch:
>> http://lists.denx.de/pipermail/u-boot/2014-January/172154.html
>>
>> and Tom's recommendation:
>> http://lists.denx.de/pipermail/u-boot/2014-January/172274.html
>>
>> Once this hits mainline, i'll submit a patch to u-boot to check for
>> the presence of this version and drop to the old dtb if not found.
>
>OK applying into omap-for-v3.15/fixes thanks.
>
>Tony

You probably missed fixing below typo before applying this patch.
omap3-beagle-xm-ab.dts breaks without this.

> +/ {
> +   /* HS USB Port 2 Power enable was inverted with the xM C */
> +   hsusb2_power: hsusb2_power_reg {
> +   enable-active-high;
   };
> +};


with regards, pekon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Tony Lindgren
* Robert Nelson  [140418 16:42]:
> On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren  wrote:
> > * Robert Nelson  [140415 08:46]:
> >>
> >> Background: i also tried getting this having this fixed in u-boot:
> >
> > Do we still need to apply this patch then?
> 
> Yeah, Tom want's it done in the kernel:
> 
> Here's my proposed u-boot patch:
> http://lists.denx.de/pipermail/u-boot/2014-January/172154.html
> 
> and Tom's recommendation:
> http://lists.denx.de/pipermail/u-boot/2014-January/172274.html
> 
> Once this hits mainline, i'll submit a patch to u-boot to check for
> the presence of this version and drop to the old dtb if not found.

OK applying into omap-for-v3.15/fixes thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Robert Nelson
On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren  wrote:
> * Robert Nelson  [140415 08:46]:
>> On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon  wrote:
>> > On 04/15/2014 10:12 AM, Robert Nelson wrote:
>> >> On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson  
>> >> wrote:
>> >>> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>> >>>
>> >>> Signed-off-by: Robert Nelson 
>> >>> ---
>> >>>  arch/arm/boot/dts/Makefile   |  1 +
>> >>>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>> >>>  2 files changed, 16 insertions(+)
>> >>>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> >>>
>> >>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>> >>> index 35c146f..0bdeba3 100644
>> >>> --- a/arch/arm/boot/dts/Makefile
>> >>> +++ b/arch/arm/boot/dts/Makefile
>> >>> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>> >>> omap3-sbc-t3730.dtb \
>> >>> omap3-devkit8000.dtb \
>> >>> omap3-beagle-xm.dtb \
>> >>> +   omap3-beagle-xm-ab.dtb \
>> >>> omap3-evm.dtb \
>> >>> omap3-evm-37xx.dtb \
>> >>> omap3-ldp.dtb \
>> >>> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
>> >>> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> >>> new file mode 100644
>> >>> index 000..9d81123
>> >>> --- /dev/null
>> >>> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> >>> @@ -0,0 +1,15 @@
>> >>> +/*
>> >>> + * Copyright (C) 2011 Texas Instruments Incorporated - 
>> >>> http://www.ti.com/
>> >>> + *
>> >>> + * This program is free software; you can redistribute it and/or modify
>> >>> + * it under the terms of the GNU General Public License version 2 as
>> >>> + * published by the Free Software Foundation.
>> >>> + */
>> >>> +
>> >>> +#include "omap3-beagle-xm.dts"
>> >>> +
>> >>> +/ {
>> >>> +   /* HS USB Port 2 Power enable was inverted with the xM C */
>> >>> +   hsusb2_power: hsusb2_power_reg {
>> >>> +   enable-active-high;
>> >>};
>> >>> +};
>> >>
>> >> Crap, copy paste bug, there.  I can send a v2, if you guys are happy
>> >> with the "omap3-beagle-xm-ab.dtb" naming..
>> >>
>> >> Regards,
>> >>
>> > Will u-boot adequately handle this as part of find_fdt?
>>
>> It will after i submit something like: (this uses a new feature in v2014.04)
>>
>> https://github.com/eewiki/u-boot-patches/blob/master/v2014.04/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L76
>>
>> Essentially, test for presence of omap3-beagle-xm-ab.dtb, if not found
>> drop to old omap3-beagle-xm.dtb
>>
>> Background: i also tried getting this having this fixed in u-boot:
>
> Do we still need to apply this patch then?

Yeah, Tom want's it done in the kernel:

Here's my proposed u-boot patch:
http://lists.denx.de/pipermail/u-boot/2014-January/172154.html

and Tom's recommendation:
http://lists.denx.de/pipermail/u-boot/2014-January/172274.html

Once this hits mainline, i'll submit a patch to u-boot to check for
the presence of this version and drop to the old dtb if not found.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Tony Lindgren
* Robert Nelson  [140415 08:46]:
> On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon  wrote:
> > On 04/15/2014 10:12 AM, Robert Nelson wrote:
> >> On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson  
> >> wrote:
> >>> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
> >>>
> >>> Signed-off-by: Robert Nelson 
> >>> ---
> >>>  arch/arm/boot/dts/Makefile   |  1 +
> >>>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
> >>>  2 files changed, 16 insertions(+)
> >>>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >>>
> >>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> >>> index 35c146f..0bdeba3 100644
> >>> --- a/arch/arm/boot/dts/Makefile
> >>> +++ b/arch/arm/boot/dts/Makefile
> >>> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
> >>> omap3-sbc-t3730.dtb \
> >>> omap3-devkit8000.dtb \
> >>> omap3-beagle-xm.dtb \
> >>> +   omap3-beagle-xm-ab.dtb \
> >>> omap3-evm.dtb \
> >>> omap3-evm-37xx.dtb \
> >>> omap3-ldp.dtb \
> >>> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
> >>> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >>> new file mode 100644
> >>> index 000..9d81123
> >>> --- /dev/null
> >>> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> >>> @@ -0,0 +1,15 @@
> >>> +/*
> >>> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
> >>> + *
> >>> + * This program is free software; you can redistribute it and/or modify
> >>> + * it under the terms of the GNU General Public License version 2 as
> >>> + * published by the Free Software Foundation.
> >>> + */
> >>> +
> >>> +#include "omap3-beagle-xm.dts"
> >>> +
> >>> +/ {
> >>> +   /* HS USB Port 2 Power enable was inverted with the xM C */
> >>> +   hsusb2_power: hsusb2_power_reg {
> >>> +   enable-active-high;
> >>};
> >>> +};
> >>
> >> Crap, copy paste bug, there.  I can send a v2, if you guys are happy
> >> with the "omap3-beagle-xm-ab.dtb" naming..
> >>
> >> Regards,
> >>
> > Will u-boot adequately handle this as part of find_fdt?
> 
> It will after i submit something like: (this uses a new feature in v2014.04)
> 
> https://github.com/eewiki/u-boot-patches/blob/master/v2014.04/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L76
> 
> Essentially, test for presence of omap3-beagle-xm-ab.dtb, if not found
> drop to old omap3-beagle-xm.dtb
> 
> Background: i also tried getting this having this fixed in u-boot:

Do we still need to apply this patch then?

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon  wrote:
> On 04/15/2014 10:12 AM, Robert Nelson wrote:
>> On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson  
>> wrote:
>>> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>>>
>>> Signed-off-by: Robert Nelson 
>>> ---
>>>  arch/arm/boot/dts/Makefile   |  1 +
>>>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>>>  2 files changed, 16 insertions(+)
>>>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>>>
>>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>>> index 35c146f..0bdeba3 100644
>>> --- a/arch/arm/boot/dts/Makefile
>>> +++ b/arch/arm/boot/dts/Makefile
>>> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>>> omap3-sbc-t3730.dtb \
>>> omap3-devkit8000.dtb \
>>> omap3-beagle-xm.dtb \
>>> +   omap3-beagle-xm-ab.dtb \
>>> omap3-evm.dtb \
>>> omap3-evm-37xx.dtb \
>>> omap3-ldp.dtb \
>>> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
>>> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>>> new file mode 100644
>>> index 000..9d81123
>>> --- /dev/null
>>> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>>> @@ -0,0 +1,15 @@
>>> +/*
>>> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
>>> + *
>>> + * This program is free software; you can redistribute it and/or modify
>>> + * it under the terms of the GNU General Public License version 2 as
>>> + * published by the Free Software Foundation.
>>> + */
>>> +
>>> +#include "omap3-beagle-xm.dts"
>>> +
>>> +/ {
>>> +   /* HS USB Port 2 Power enable was inverted with the xM C */
>>> +   hsusb2_power: hsusb2_power_reg {
>>> +   enable-active-high;
>>};
>>> +};
>>
>> Crap, copy paste bug, there.  I can send a v2, if you guys are happy
>> with the "omap3-beagle-xm-ab.dtb" naming..
>>
>> Regards,
>>
> Will u-boot adequately handle this as part of find_fdt?

It will after i submit something like: (this uses a new feature in v2014.04)

https://github.com/eewiki/u-boot-patches/blob/master/v2014.04/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L76

Essentially, test for presence of omap3-beagle-xm-ab.dtb, if not found
drop to old omap3-beagle-xm.dtb

Background: i also tried getting this having this fixed in u-boot:

>
> --
> Regards,
> Nishanth Menon



-- 
Robert Nelson
http://www.rcn-ee.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Nishanth Menon
On 04/15/2014 10:12 AM, Robert Nelson wrote:
> On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson  
> wrote:
>> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>>
>> Signed-off-by: Robert Nelson 
>> ---
>>  arch/arm/boot/dts/Makefile   |  1 +
>>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>>  2 files changed, 16 insertions(+)
>>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>>
>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>> index 35c146f..0bdeba3 100644
>> --- a/arch/arm/boot/dts/Makefile
>> +++ b/arch/arm/boot/dts/Makefile
>> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>> omap3-sbc-t3730.dtb \
>> omap3-devkit8000.dtb \
>> omap3-beagle-xm.dtb \
>> +   omap3-beagle-xm-ab.dtb \
>> omap3-evm.dtb \
>> omap3-evm-37xx.dtb \
>> omap3-ldp.dtb \
>> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
>> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> new file mode 100644
>> index 000..9d81123
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>> @@ -0,0 +1,15 @@
>> +/*
>> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>> + */
>> +
>> +#include "omap3-beagle-xm.dts"
>> +
>> +/ {
>> +   /* HS USB Port 2 Power enable was inverted with the xM C */
>> +   hsusb2_power: hsusb2_power_reg {
>> +   enable-active-high;
>};
>> +};
> 
> Crap, copy paste bug, there.  I can send a v2, if you guys are happy
> with the "omap3-beagle-xm-ab.dtb" naming..
> 
> Regards,
> 
Will u-boot adequately handle this as part of find_fdt?

-- 
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson  wrote:
> BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C
>
> Signed-off-by: Robert Nelson 
> ---
>  arch/arm/boot/dts/Makefile   |  1 +
>  arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++
>  2 files changed, 16 insertions(+)
>  create mode 100644 arch/arm/boot/dts/omap3-beagle-xm-ab.dts
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 35c146f..0bdeba3 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -246,6 +246,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
> omap3-sbc-t3730.dtb \
> omap3-devkit8000.dtb \
> omap3-beagle-xm.dtb \
> +   omap3-beagle-xm-ab.dtb \
> omap3-evm.dtb \
> omap3-evm-37xx.dtb \
> omap3-ldp.dtb \
> diff --git a/arch/arm/boot/dts/omap3-beagle-xm-ab.dts 
> b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> new file mode 100644
> index 000..9d81123
> --- /dev/null
> +++ b/arch/arm/boot/dts/omap3-beagle-xm-ab.dts
> @@ -0,0 +1,15 @@
> +/*
> + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
> +
> +#include "omap3-beagle-xm.dts"
> +
> +/ {
> +   /* HS USB Port 2 Power enable was inverted with the xM C */
> +   hsusb2_power: hsusb2_power_reg {
> +   enable-active-high;
   };
> +};

Crap, copy paste bug, there.  I can send a v2, if you guys are happy
with the "omap3-beagle-xm-ab.dtb" naming..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html