]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: core: properly setup the HW before registering it to the USB core
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 17 Jul 2014 10:56:12 +0000 (12:56 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 17 Jul 2014 12:58:26 +0000 (14:58 +0200)
commit885c98b8c8462d00d97682123236c29583001af4
tree4c083d3e81aae2364fa0a18b089b430931953875
parent54ea62ce177e1f6ba23756ae39330683ef22156c
usb: musb: core: properly setup the HW before registering it to the USB core

Without this patch overriding the USBOTG_ID pin by setting the iddig
bit in the USB_MODE register doesn't work because it obviously is done
too late to be recognized correctly.
drivers/usb/musb/musb_core.c