]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8035691365b80428c58908215d4408559afe7cb3
treea188fcafbed1ff669ca0a14f29b76cde9ee05c99
parentf35f71244da6e51db4e1f2c7e318581f498ececf
usb: musb: dsps: fix the base address for accessing the mode register

commit 943c13971c08 "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