diff options
author | Eric Bénard <eric@eukrea.com> | 2010-10-15 14:30:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 10:22:17 -0700 |
commit | 69cb1ec4ce4da4bc4c07bb09c4c98b3e25d99fb1 (patch) | |
tree | 802b47a9b8d485fda7e0083485a0668c090b0ead /arch/arm/mach-mx3 | |
parent | 0f266abd70cd83571eca019f764b5f1992da7361 (diff) | |
download | op-kernel-dev-69cb1ec4ce4da4bc4c07bb09c4c98b3e25d99fb1.zip op-kernel-dev-69cb1ec4ce4da4bc4c07bb09c4c98b3e25d99fb1.tar.gz |
mxc_udc: add workaround for ENGcm09152 for i.MX35
this patch gives the possibility to workaround bug ENGcm09152
on i.MX35 when the hardware workaround is also implemented on
the board.
It covers the workaround described on page 25 of the following Errata :
http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/mach-cpuimx35.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mach-cpuimx35.c b/arch/arm/mach-mx3/mach-cpuimx35.c index 2a4f8b7..4d161b3 100644 --- a/arch/arm/mach-mx3/mach-cpuimx35.c +++ b/arch/arm/mach-mx3/mach-cpuimx35.c @@ -155,6 +155,7 @@ static struct mxc_usbh_platform_data usbh1_pdata = { static struct fsl_usb2_platform_data otg_device_pdata = { .operating_mode = FSL_USB2_DR_DEVICE, .phy_mode = FSL_USB2_PHY_UTMI, + .workaround = FLS_USB2_WORKAROUND_ENGCM09152, }; static int otg_mode_host; |