Commits
Li Jun committed 82c83d06b38
MLK-12344-2 usb: chipidea: otg: add vbus disconnect for gadget after sleep During system sleep, if we switch otg role from gadget to host, and host vbus is directly controlled by ID signal, we will lose vbus drop event after resume because the vbus is on both at system suspend and resume, so we will miss gadget disconnect handling before start host role. This patch is to fix it by adding gadget disconnect for this case. Acked-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com> (cherry picked from commit 79aab6fc3c9fca1fa4f83f25a5050ea4afc90f0a)