Re: [U-Boot] [PATCH V2 2/2] ehci: mx7: fix otg id detection

2016-06-20 Thread Marek Vasut
On 06/20/2016 03:43 AM, Peng Fan wrote: > The USBNC_PHYCFG2_ACAENB bit should be cleared to enable the > OTG ID detection, not set it. When the bit is set, the ACA > Resistance Detection is enabled, which disables the OTG ID > detection, because the internal pull up is off. > > Signed-off-by: Ye L

[U-Boot] [PATCH V2 2/2] ehci: mx7: fix otg id detection

2016-06-19 Thread Peng Fan
The USBNC_PHYCFG2_ACAENB bit should be cleared to enable the OTG ID detection, not set it. When the bit is set, the ACA Resistance Detection is enabled, which disables the OTG ID detection, because the internal pull up is off. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- V2: split from V1