Message ID | 07491836b9c23a82b7a33972a5c71f2676ceaf71.1408391385.git.stefan@agner.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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 --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"; +};
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(+)