On Thu, 29 May 2014, Alex Smith wrote: > From: David Daney <david.daney@xxxxxxxxxx> > > The device tree will *always* have correct ehci/ohci clock > configuration, so use it. This allows us to remove a big chunk of > platform configuration code from octeon-platform.c. Instead of doing this, how about moving the octeon2_usb_clocks_start() and _stop() routines into octeon-platform.c, and then using the ehci-platform and ohci-platform drivers instead of special-purpose ehci-octeon and ohci-octeon drivers? Alan Stern