projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5da3c8
)
sunxi: Enable musb in host mode on the Jesurun Q5
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 4 Aug 2015 21:49:17 +0000
(23:49 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Sat, 8 Aug 2015 14:26:20 +0000
(16:26 +0200)
The Jesurun Q5 has the musb hooked up to an usb-a receptacle, enable it
in host-only mode.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/jesurun_q5_defconfig
patch
|
blob
|
history
diff --git
a/configs/jesurun_q5_defconfig
b/configs/jesurun_q5_defconfig
index a2115b6d390fbb4f39269f3383e0edaf0b698e16..b0d8621c659d36e05b5da744fcddb3db3e9667c1 100644
(file)
--- a/
configs/jesurun_q5_defconfig
+++ b/
configs/jesurun_q5_defconfig
@@
-10,3
+10,5
@@
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,MACPWR=SUNXI_GPH(19)"
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_MUSB_HOST=y
+CONFIG_USB0_VBUS_PIN="PB9"