diff mbox

[RESEND,v2,7/7] ARM: dts: vf610-twr: Add USB support

Message ID 07491836b9c23a82b7a33972a5c71f2676ceaf71.1408391385.git.stefan@agner.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Stefan Agner Aug. 18, 2014, 8:07 p.m. UTC
Add USB support for Freescale Vybrid tower. The USB hosts over-current
protection signal is not connected is not connected to the PHY's over-
current protection, hence we need to disable it.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/boot/dts/vf610-twr.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Sergei Shtylyov Aug. 18, 2014, 8:24 p.m. UTC | #1
Hello.

On 08/19/2014 12:07 AM, Stefan Agner wrote:

> Add USB support for Freescale Vybrid tower. The USB hosts over-current
> protection signal is not connected is not connected to the PHY's over-

    Yes, we all understood that it's not connected, no need to repeat. ;-)

> current protection, hence we need to disable it.

> Signed-off-by: Stefan Agner <stefan@agner.ch>

WBR, Sergei
Shawn Guo Aug. 22, 2014, 7:47 a.m. UTC | #2
On Tue, Aug 19, 2014 at 12:24:37AM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 08/19/2014 12:07 AM, Stefan Agner wrote:
> 
> >Add USB support for Freescale Vybrid tower. The USB hosts over-current
> >protection signal is not connected is not connected to the PHY's over-
> 
>    Yes, we all understood that it's not connected, no need to repeat. ;-)

I will fix it up when applying.

Shawn
diff mbox

Patch

diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index 11d7334..c709dc3 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -265,3 +265,13 @@ 
 	pinctrl-0 = <&pinctrl_uart1>;
 	status = "okay";
 };
+
+&usbdev0 {
+	disable-over-current;
+	status = "okay";
+};
+
+&usbh1 {
+	disable-over-current;
+	status = "okay";
+};