devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
@ 2013-10-07 10:46 Roger Quadros
  2013-10-10 15:33 ` Felipe Balbi
       [not found] ` <1381142810-14541-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Quadros @ 2013-10-07 10:46 UTC (permalink / raw)
  To: bcousson-rdvid1DuHRBWk0Htik3J/w
  Cc: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	kishon-l0cyMroinI0, bigeasy-hfZtesqFncYOwBW4kG4KsQ,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Roger Quadros

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>;
 };
-- 
1.7.4.1

--
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

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

* Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
  2013-10-07 10:46 [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework Roger Quadros
@ 2013-10-10 15:33 ` Felipe Balbi
       [not found] ` <1381142810-14541-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2013-10-10 15:33 UTC (permalink / raw)
  To: Roger Quadros
  Cc: devicetree, tony, bigeasy, linux-usb, linux-kernel, balbi, kishon,
	bcousson, linux-omap, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 442 bytes --]

On Mon, Oct 07, 2013 at 01:46:50PM +0300, 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>

Acked-by: Felipe Balbi <balbi@ti.com>

-- 
balbi

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
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-beagle: Adapt USB OTG to generic PHY framework
       [not found] ` <1381142810-14541-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
@ 2013-10-18 12:00   ` Roger Quadros
       [not found]     ` <526122C4.4090702-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Roger Quadros @ 2013-10-18 12:00 UTC (permalink / raw)
  To: bcousson-rdvid1DuHRBWk0Htik3J/w
  Cc: Roger Quadros, balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	kishon-l0cyMroinI0, bigeasy-hfZtesqFncYOwBW4kG4KsQ,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Stefan Roese

Hi Benoit,

Could you please include this one for 3.13?
Without this OTG port will be broken for beagle. Thanks.

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>;
>  };
> 

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

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

* Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
       [not found]     ` <526122C4.4090702-l0cyMroinI0@public.gmane.org>
@ 2013-10-18 15:59       ` Benoit Cousson
  0 siblings, 0 replies; 4+ messages in thread
From: Benoit Cousson @ 2013-10-18 15:59 UTC (permalink / raw)
  To: Roger Quadros
  Cc: balbi-l0cyMroinI0, tony-4v6yS6AI5VpBDgjK7y7TUQ,
	kishon-l0cyMroinI0, bigeasy-hfZtesqFncYOwBW4kG4KsQ,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Stefan Roese

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

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

end of thread, other threads:[~2013-10-18 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 10:46 [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework Roger Quadros
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
     [not found]     ` <526122C4.4090702-l0cyMroinI0@public.gmane.org>
2013-10-18 15:59       ` Benoit Cousson

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).