diff mbox

[v2,6/6] ARM: dts: dra7-evm: Add regulator information to USB2 PHYs

Message ID 1404467748-12154-7-git-send-email-rogerq@ti.com
State Accepted
Commit ae28ea88a38decac2a0dc1abc23936e59a08b6f3
Headers show

Commit Message

Roger Quadros July 4, 2014, 9:55 a.m. UTC
The ldousb_reg regulator provides power to the USB1 and USB2
High Speed PHYs.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tony Lindgren July 7, 2014, 8:29 a.m. UTC | #1
* Roger Quadros <rogerq@ti.com> [140704 02:58]:
> The ldousb_reg regulator provides power to the USB1 and USB2
> High Speed PHYs.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

This too:

Acked-by: Tony Lindgren <tony@atomide.com>

> ---
>  arch/arm/boot/dts/dra7-evm.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index 8308954..50f8022 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -496,3 +496,11 @@
>  		};
>  	};
>  };
> +
> +&usb2_phy1 {
> +	phy-supply = <&ldousb_reg>;
> +};
> +
> +&usb2_phy2 {
> +	phy-supply = <&ldousb_reg>;
> +};
> -- 
> 1.8.3.2
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 8308954..50f8022 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -496,3 +496,11 @@ 
 		};
 	};
 };
+
+&usb2_phy1 {
+	phy-supply = <&ldousb_reg>;
+};
+
+&usb2_phy2 {
+	phy-supply = <&ldousb_reg>;
+};