Hi Michael,

On Thu, Jul 3, 2014 at 1:06 PM, Michael Grzeschik <m...@pengutronix.de> wrote:

> I validated this with two different imx25 boards and realized,
> that we have this external vbus divider errata for that SoC.
>
> Errata: ENGcm09152
>
> Its likely that the issue is related to this problem as the vbus was
> not connected to anything different, than the SoC in that case.

Does it help if you pass the 'external-vbus-divider' property like shown below?

&usbotg {
    phy_type = "utmi";
    dr_mode = "otg";
    external-vbus-divider;
    status = "okay";
};
--
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