usb: musb: dsps: reduce musb instance to one
authorAfzal Mohammed <afzal@ti.com>
Fri, 2 Nov 2012 16:32:35 +0000 (22:02 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 6 Nov 2012 13:01:36 +0000 (15:01 +0200)
commit3b46dd76a9b3ce25a5177f61eed844f85ddb3ca6
treea08d842b70f4f5e8b3739fc59c4c904b8ce1fd76
parent12fc9266dec3706ece7c4aafefc60d429149c3bd
usb: musb: dsps: reduce musb instance to one

Currently multiple phy's of the same type are not supported, hence
reduce musb instances to one. This helps in supporting at least one
instance of musb, rather than having none. Even without this, it was
observed that both instances were working (by luck), but this holds
good iff wrapper is part of Image. And it is not correct for both
controller's to be associated with same phy, here it was working
because phy is a nop one. And having wrapper as a module and
rmmod'ing would crash.

This can be reverted once multi phy support for same type is available
and driver is enhanced to make use of it.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c