mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
sunxi: cubietruck: Enable the USB OTG controller
The Cubietruck has a mini-USB connector that can be used to power up the board and as an OTG connector. Since we have already some USB host-only ports right beside this one, enable it in gadget mode Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
4257c5036a
commit
a78ebb10a9
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12)"
|
|||
# CONFIG_CMD_FPGA is not set
|
||||
CONFIG_ETH_DESIGNWARE=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB0_ID_DET="PH19"
|
||||
CONFIG_USB0_VBUS_DET="PH22"
|
||||
CONFIG_USB0_VBUS_PIN="PH17"
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB_MUSB_GADGET=y
|
||||
|
|
Loading…
Add table
Reference in a new issue