Commits
Li Jun committed 5f592667285
MLK-12344-1 usb: chipidea: otg: add vbus connect for gadget after sleep During system sleep, if we switch otg role from host to gadget, because the vbus is on both at system suspend and resume, we will lose vbus connect event after system resume, thus, no chance to setup vbus session for gadget so enumeration will not happen. This patch is to fix it by adding vbus connect handling for this case. Acked-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com> (cherry picked from commit bd54eea0f74c40fd801aa632787f05ec1b7407ea)