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:
761b6d1
)
ARM: mx3/mx35_3ds: Use MX35 USB OTG Erratum
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 2 Mar 2011 14:26:49 +0000
(11:26 -0300)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 7 Mar 2011 18:29:33 +0000
(19:29 +0100)
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-mx35_3ds.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/mach-mx35_3ds.c
b/arch/arm/mach-mx3/mach-mx35_3ds.c
index 5f35d5c88f199589d26f762fac829a44d27733a5..ff5fe231b8d6cdac35b73e1d8ecd35ac421edd8d 100644
(file)
--- a/
arch/arm/mach-mx3/mach-mx35_3ds.c
+++ b/
arch/arm/mach-mx3/mach-mx35_3ds.c
@@
-132,6
+132,11
@@
static int mx35_3ds_otg_init(struct platform_device *pdev)
static const struct fsl_usb2_platform_data usb_otg_pdata __initconst = {
.operating_mode = FSL_USB2_DR_DEVICE,
.phy_mode = FSL_USB2_PHY_UTMI_WIDE,
+ .workaround = FLS_USB2_WORKAROUND_ENGCM09152,
+/*
+ * ENGCM09152 also requires a hardware change.
+ * Please check the MX35 Chip Errata document for details.
+ */
};
static struct mxc_usbh_platform_data otg_pdata __initdata = {