usb: phy: phy-am335x: bypass first VBUS sensing for host-only mode
authorBin Liu <b-liu@ti.com>
Tue, 8 Dec 2015 16:31:50 +0000 (10:31 -0600)
committerFelipe Balbi <balbi@ti.com>
Wed, 16 Dec 2015 16:07:25 +0000 (10:07 -0600)
commit59f042f644c5aa10b65b7881966bed78c5c82923
tree6e5be33e51cc8035ce08302e84b74ed0c03cc29f
parent5306661eff1a70f99456340eddf8e0cf85c2e8af
usb: phy: phy-am335x: bypass first VBUS sensing for host-only mode

To prevent VBUS contention, the am335x MUSB phy senses VBUS first before
transitioning to host mode. However, for host-only mode, VBUS could be
directly tied to 5V power rail which could prevent MUSB transitions to
host mode.

This change receives dr_mode of the controller then bypass the first
VBUS sensing for host-only mode, so that MUSB can work in host mode
event if VBUS is tied to 5V.

Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/Kconfig
drivers/usb/phy/phy-am335x-control.c
drivers/usb/phy/phy-am335x-control.h
drivers/usb/phy/phy-am335x.c