commit | de3737ff45233779d303c199d82c61c0247b8de5 | [log] [tgz] |
---|---|---|
author | Sanchayan Maity <maitysanchayan@gmail.com> | Mon Oct 26 18:28:50 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Sat Jan 16 07:06:55 2016 +0100 |
tree | 09a6020ad574e6d6c652460b141bb2b9011f8b52 | |
parent | 81f6dfbef557dc439726c531e3af25b9a450edac [diff] |
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>