All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
Cc: balbi-l0cyMroinI0@public.gmane.org,
	tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org,
	kishon-l0cyMroinI0@public.gmane.org,
	bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
Date: Fri, 18 Oct 2013 17:59:56 +0200	[thread overview]
Message-ID: <52615AFC.5070203@baylibre.com> (raw)
In-Reply-To: <526122C4.4090702-l0cyMroinI0@public.gmane.org>

Hi Roger,

On 18/10/2013 14:00, Roger Quadros wrote:
> Hi Benoit,
>
> Could you please include this one for 3.13?
> Without this OTG port will be broken for beagle. Thanks.
>

I've just applied it.

Thanks,
Benoit

> cheers,
> -roger
>
> On 10/07/2013 01:46 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on beagle after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
>> ---
>>   arch/arm/boot/dts/omap3-beagle.dts |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
>> index 7669c16..fa532aa 100644
>> --- a/arch/arm/boot/dts/omap3-beagle.dts
>> +++ b/arch/arm/boot/dts/omap3-beagle.dts
>> @@ -173,6 +173,8 @@
>>   &usb_otg_hs {
>>   	interface-type = <0>;
>>   	usb-phy = <&usb2_phy>;
>> +	phys = <&usb2_phy>;
>> +	phy-names = "usb2-phy";
>>   	mode = <3>;
>>   	power = <50>;
>>   };
>>
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: bcousson@baylibre.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
Date: Fri, 18 Oct 2013 17:59:56 +0200	[thread overview]
Message-ID: <52615AFC.5070203@baylibre.com> (raw)
In-Reply-To: <526122C4.4090702@ti.com>

Hi Roger,

On 18/10/2013 14:00, Roger Quadros wrote:
> Hi Benoit,
>
> Could you please include this one for 3.13?
> Without this OTG port will be broken for beagle. Thanks.
>

I've just applied it.

Thanks,
Benoit

> cheers,
> -roger
>
> On 10/07/2013 01:46 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on beagle after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>> ---
>>   arch/arm/boot/dts/omap3-beagle.dts |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
>> index 7669c16..fa532aa 100644
>> --- a/arch/arm/boot/dts/omap3-beagle.dts
>> +++ b/arch/arm/boot/dts/omap3-beagle.dts
>> @@ -173,6 +173,8 @@
>>   &usb_otg_hs {
>>   	interface-type = <0>;
>>   	usb-phy = <&usb2_phy>;
>> +	phys = <&usb2_phy>;
>> +	phy-names = "usb2-phy";
>>   	mode = <3>;
>>   	power = <50>;
>>   };
>>
>


-- 
Beno?t Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

WARNING: multiple messages have this Message-ID (diff)
From: Benoit Cousson <bcousson@baylibre.com>
To: Roger Quadros <rogerq@ti.com>
Cc: balbi@ti.com, tony@atomide.com, kishon@ti.com,
	bigeasy@linutronix.de, linux-usb@vger.kernel.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Stefan Roese <sr@denx.de>
Subject: Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
Date: Fri, 18 Oct 2013 17:59:56 +0200	[thread overview]
Message-ID: <52615AFC.5070203@baylibre.com> (raw)
In-Reply-To: <526122C4.4090702@ti.com>

Hi Roger,

On 18/10/2013 14:00, Roger Quadros wrote:
> Hi Benoit,
>
> Could you please include this one for 3.13?
> Without this OTG port will be broken for beagle. Thanks.
>

I've just applied it.

Thanks,
Benoit

> cheers,
> -roger
>
> On 10/07/2013 01:46 PM, Roger Quadros wrote:
>> The generic PHY framewrok expects different properties than the
>> old USB PHY framework. Supply those properties.
>>
>> Fixes USB OTG port on beagle after the Generic PHY framework was
>> merged in greg/usb-next. [1]
>>
>> [1] - https://lkml.org/lkml/2013/9/27/581
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>> ---
>>   arch/arm/boot/dts/omap3-beagle.dts |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
>> index 7669c16..fa532aa 100644
>> --- a/arch/arm/boot/dts/omap3-beagle.dts
>> +++ b/arch/arm/boot/dts/omap3-beagle.dts
>> @@ -173,6 +173,8 @@
>>   &usb_otg_hs {
>>   	interface-type = <0>;
>>   	usb-phy = <&usb2_phy>;
>> +	phys = <&usb2_phy>;
>> +	phy-names = "usb2-phy";
>>   	mode = <3>;
>>   	power = <50>;
>>   };
>>
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

  parent reply	other threads:[~2013-10-18 15:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 10:46 [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework Roger Quadros
2013-10-07 10:46 ` Roger Quadros
2013-10-07 10:46 ` Roger Quadros
2013-10-10 15:33 ` Felipe Balbi
2013-10-10 15:33   ` Felipe Balbi
2013-10-10 15:33   ` Felipe Balbi
     [not found] ` <1381142810-14541-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-10-18 12:00   ` Roger Quadros
2013-10-18 12:00     ` Roger Quadros
2013-10-18 12:00     ` Roger Quadros
     [not found]     ` <526122C4.4090702-l0cyMroinI0@public.gmane.org>
2013-10-18 15:59       ` Benoit Cousson [this message]
2013-10-18 15:59         ` Benoit Cousson
2013-10-18 15:59         ` Benoit Cousson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52615AFC.5070203@baylibre.com \
    --to=bcousson-rdvid1duhrbwk0htik3j/w@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kishon-l0cyMroinI0@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rogerq-l0cyMroinI0@public.gmane.org \
    --cc=sr-ynQEQJNshbs@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.