* [PATCH v2] ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
@ 2015-06-17 14:52 Roger Quadros
2015-07-06 12:20 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Roger Quadros @ 2015-06-17 14:52 UTC (permalink / raw)
To: tony; +Cc: nm, balbi, linux-omap, Roger Quadros, v3.19+
Without this USB2 breaks if USB1 is disabled or USB1
initializes after USB2 e.g. due to deferred probing.
Fixes: 5a0f93c6576a ("ARM: dts: Add am57xx-beagle-x15")
Signed-off-by: Roger Quadros <rogerq@ti.com>
Cc: stable@vger.kernel.org (v3.19+)
---
arch/arm/boot/dts/am57xx-beagle-x15.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 7128fad..c9df40e 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -544,6 +544,10 @@
phy-supply = <&ldousb_reg>;
};
+&usb2_phy2 {
+ phy-supply = <&ldousb_reg>;
+};
+
&usb1 {
dr_mode = "host";
pinctrl-names = "default";
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
2015-06-17 14:52 [PATCH v2] ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2 Roger Quadros
@ 2015-07-06 12:20 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-07-06 12:20 UTC (permalink / raw)
To: Roger Quadros; +Cc: nm, balbi, linux-omap, v3.19+
* Roger Quadros <rogerq@ti.com> [150617 07:54]:
> Without this USB2 breaks if USB1 is disabled or USB1
> initializes after USB2 e.g. due to deferred probing.
>
> Fixes: 5a0f93c6576a ("ARM: dts: Add am57xx-beagle-x15")
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> Cc: stable@vger.kernel.org (v3.19+)
Applying into omap-for-v4.2/fixes thanks.
Tony
> ---
> arch/arm/boot/dts/am57xx-beagle-x15.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
> index 7128fad..c9df40e 100644
> --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
> +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
> @@ -544,6 +544,10 @@
> phy-supply = <&ldousb_reg>;
> };
>
> +&usb2_phy2 {
> + phy-supply = <&ldousb_reg>;
> +};
> +
> &usb1 {
> dr_mode = "host";
> pinctrl-names = "default";
> --
> 2.1.4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-06 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 14:52 [PATCH v2] ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2 Roger Quadros
2015-07-06 12:20 ` Tony Lindgren
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).