commit | 928d3d01253196d2f571802764c2f01ab080011f | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Mon Jun 20 09:43:09 2016 +0800 |
committer | Marek Vasut <marex@denx.de> | Sat Jun 25 00:57:10 2016 +0200 |
tree | ea6f64511797228060b3321430861e66e7c04f3d | |
parent | 13186cf0d8d7b2506b73018508d0b9d448b8427a [diff] |
ehci: mx7: fix otg id detection 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 <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>