Skip to content
Snippets Groups Projects
Commit a78ebb10 authored by Maxime Ripard's avatar Maxime Ripard Committed by Tom Rini
Browse files

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 4257c503
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,8 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12)" ...@@ -14,3 +14,8 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12)"
# CONFIG_CMD_FPGA is not set # CONFIG_CMD_FPGA is not set
CONFIG_ETH_DESIGNWARE=y CONFIG_ETH_DESIGNWARE=y
CONFIG_USB_EHCI_HCD=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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment