[PATCH v2 4/8] omap: clock: add clkdev aliases for EHCI clocks

2010-11-29 Thread Anand Gadiyar
Add clkdev aliases for the USBHOST and USBTLL clocks on OMAP3 and OMAP4, so that the driver can refer to the clocks using a common alias. This will disappear when the driver is converted to use the hwmod database, but until then this patch is needed. Signed-off-by: Anand Gadiyar gadi...@ti.com

Re: [PATCH v2 4/8] omap: clock: add clkdev aliases for EHCI clocks

2010-11-29 Thread Paul Walmsley
On Mon, 29 Nov 2010, Anand Gadiyar wrote: Add clkdev aliases for the USBHOST and USBTLL clocks on OMAP3 and OMAP4, so that the driver can refer to the clocks using a common alias. This will disappear when the driver is converted to use the hwmod database, but until then this patch is