]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
musb: set MUSB speed based on CONFIG
authorBin Liu <b-liu@ti.com>
Thu, 21 Mar 2013 05:27:49 +0000 (05:27 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:29:04 +0000 (11:29 -0400)
commit76b09b8561aa25d494aab31d94901fbda3526349
treeafe3581ac4d92497966db817bb71f117d4ea1a40
parent4de602f2b0576e935e9985bec6baf4e14857b7ff
musb: set MUSB speed based on CONFIG

Do not config MUSB to highspeed mode if CONFIG_USB_GADGET_DUALSPEED
is not set, in which case Ether gadget only operates in fullspeed.

Reviewed-by: Tom Rini <trini@ti.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_uboot.c