Hi Maciej,

On Tue, Dec 15, 2015 at 6:19 PM, Maciej S. Szmigiero
<m...@maciej.szmigiero.name> wrote:

> Can we now use this change for repairing the USB support on UDOO board?
>
> This seems to work fine if not 100% correct:
> --- a/arch/arm/boot/dts/imx6qdl-udoo.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
> @@ -122,7 +122,10 @@
>         pinctrl-names = "default";
>         pinctrl-0 = <&pinctrl_usbh>;
>         vbus-supply = <&reg_usb_h1_vbus>;
> -       clocks = <&clks 201>;
> +       clocks = <&clks IMX6QDL_CLK_USBOH3>,
> +                <&clks IMX6QDL_CLK_USBOH3>,
> +                <&clks 201>;
> +       clock-names = "ipg", "ahb", "per";
>         status = "okay";

Yes, just tested it and this makes USB to work again on Udoo board.

As Peter is working on a solution for providing reset and clock to the
USB hub, could you please help us debugging his proposal at
http://www.spinics.net/lists/linux-usb/msg134171.html ?

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

Reply via email to