usb: gadget: fsl_mxc_udc: do not depend on grouped clocks
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 15 Jun 2012 21:39:02 +0000 (18:39 -0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 22 Jun 2012 10:09:52 +0000 (13:09 +0300)
With the new common clock infrastructure, the following clocks should be
used on i.MX drivers: ipg, per and ahb.

Adapt fsl_mxc_udc to follow this new behaviour to fix the following probe error:

Freescale High-Speed USB SOC Device Controller driver (Apr 20, 2007)
fsl-usb2-udc fsl-usb2-udc: clk_get("usb") failed
fsl-usb2-udc: probe of fsl-usb2-udc failed with error -2

Reported-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found