]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: dsps: remove the hardcoded phy pieces
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 5 Jul 2013 10:33:33 +0000 (12:33 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Aug 2013 14:34:16 +0000 (17:34 +0300)
commit4899905daa67a20791d29affb277fd6261f2bd2f
tree4bbe8e7c200f92556777bb5d971567c184bfd2c7
parent2b7384e1f5248912e3187b20d95f0d49e8ba0aec
usb: musb: dsps: remove the hardcoded phy pieces

dsps uses a nop driver which is added in dsps itself and does the PHY
on/off calls within dsps. Since those calls are now moved the nop driver
itself, we can now request the phy proper phy and remove those calls.
Currently only the first musb interface is used so we only add one phy
node for now.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c