projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea0af0
)
i.MX25: fix USB gadget support
author
Eric Bénard
<eric@eukrea.com>
Tue, 8 Jun 2010 09:02:59 +0000
(11:02 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 26 Jul 2010 12:18:11 +0000
(14:18 +0200)
i.MX25's udc port is the same as i.MX35's one
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
drivers/usb/gadget/fsl_mxc_udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/fsl_mxc_udc.c
b/drivers/usb/gadget/fsl_mxc_udc.c
index d0b8bde59e59effdff3df5e5d84b5a79a817903d..eafa6d2c5ed734b278eaf1d34c69ab8f3290e383 100644
(file)
--- a/
drivers/usb/gadget/fsl_mxc_udc.c
+++ b/
drivers/usb/gadget/fsl_mxc_udc.c
@@
-30,7
+30,7
@@
int fsl_udc_clk_init(struct platform_device *pdev)
pdata = pdev->dev.platform_data;
- if (!cpu_is_mx35()) {
+ if (!cpu_is_mx35()
&& !cpu_is_mx25()
) {
mxc_ahb_clk = clk_get(&pdev->dev, "usb_ahb");
if (IS_ERR(mxc_ahb_clk))
return PTR_ERR(mxc_ahb_clk);