]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: dsps: fix the base address for accessing the mode register
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 30 Jun 2014 11:17:27 +0000 (13:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Jun 2014 18:31:48 +0000 (13:31 -0500)
commit549345b1d067c604b22fd72d20434acab84cecb7
treea188fcafbed1ff669ca0a14f29b76cde9ee05c99
parentd49635a38a9e3333c875aedd13e5edb584cac137
usb: musb: dsps: fix the base address for accessing the mode register

commit c048504edd60 "usb: musb: dsps: implement ->set_mode()"
should have made it possible to use the driver with boards that have
the USBID pin unconnected. This doesn't actually work, since the
driver uses the wrong base address to access the mode register.
Furthermore it uses different base addresses in different places to
access the same register (phy_utmi).

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c