diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-03-02 09:26:49 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:33 -0500 |
commit | 1a46cce8564b3f4e42c283bd7d18ad9674383ef5 (patch) | |
tree | 651c743c1a794c84d2365231df4d772d016f8586 /arch | |
parent | 761b6d1a3efd50b3f15f9e78615297802e0f91d2 (diff) |
ARM: mx3/mx35_3ds: Use MX35 USB OTG Erratum
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx35_3ds.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c b/arch/arm/mach-mx3/mach-mx35_3ds.c index 5f35d5c88f19..ff5fe231b8d6 100644 --- 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) | |||
132 | static const struct fsl_usb2_platform_data usb_otg_pdata __initconst = { | 132 | static const struct fsl_usb2_platform_data usb_otg_pdata __initconst = { |
133 | .operating_mode = FSL_USB2_DR_DEVICE, | 133 | .operating_mode = FSL_USB2_DR_DEVICE, |
134 | .phy_mode = FSL_USB2_PHY_UTMI_WIDE, | 134 | .phy_mode = FSL_USB2_PHY_UTMI_WIDE, |
135 | .workaround = FLS_USB2_WORKAROUND_ENGCM09152, | ||
136 | /* | ||
137 | * ENGCM09152 also requires a hardware change. | ||
138 | * Please check the MX35 Chip Errata document for details. | ||
139 | */ | ||
135 | }; | 140 | }; |
136 | 141 | ||
137 | static struct mxc_usbh_platform_data otg_pdata __initdata = { | 142 | static struct mxc_usbh_platform_data otg_pdata __initdata = { |