From: Fabio Estevam Date: Fri, 15 Jun 2012 21:39:02 +0000 (-0300) Subject: usb: gadget: fsl_mxc_udc: do not depend on grouped clocks X-Git-Tag: v3.6-rc1~101^2~53^2~28^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba789170d251a3c47854cee8a492d8ba7345f468;p=pandora-kernel.git usb: gadget: fsl_mxc_udc: do not depend on grouped clocks 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 Signed-off-by: Fabio Estevam Acked-by: Sascha Hauer Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed