]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: host: ehci-vf: Implement board_usb_phy_mode weak function
authorSanchayan Maity <maitysanchayan@gmail.com>
Mon, 26 Oct 2015 12:58:50 +0000 (18:28 +0530)
committerMarek Vasut <marex@denx.de>
Sat, 16 Jan 2016 06:06:55 +0000 (07:06 +0100)
commit08c11cb5df8c75c79b165e19531040cc36036252
tree09a6020ad574e6d6c652460b141bb2b9011f8b52
parent6089f751411e9295ef88c5821fc37889d265dd0a
usb: host: ehci-vf: Implement board_usb_phy_mode weak function

Add board_usb_phy_mode weak function on similar lines to ehci-mx6.
However since Vybrid USB does not have a true OTG, make this weak
functon just return 0. The function is supposed to be implemented
by the individual boards using a GPIO for providing the OTG pin
functionality.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
drivers/usb/host/ehci-vf.c