aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bénard <[email protected]>2012-05-08 09:20:16 +0200
committerSascha Hauer <[email protected]>2012-05-08 17:31:23 +0200
commitf381f9fc7b57c9cdb2685aab2af39924f0454df2 (patch)
tree874da925865e9cfb471c5f882f64ad5d6e2263fb
parent66f75a5d028beaf67c931435fdc3e7823125730c (diff)
ARM: imx: eukrea_cpuimx25: enable workaround ENGcm09152
this fix usb device controler behaviour in gadget mode Signed-off-by: Eric Bénard <[email protected]> Cc: Sascha Hauer <[email protected]> Signed-off-by: Sascha Hauer <[email protected]>
-rw-r--r--arch/arm/mach-imx/mach-eukrea_cpuimx25.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-eukrea_cpuimx25.c b/arch/arm/mach-imx/mach-eukrea_cpuimx25.c
index 76a97a598b9e..b22fb029cee9 100644
--- a/arch/arm/mach-imx/mach-eukrea_cpuimx25.c
+++ b/arch/arm/mach-imx/mach-eukrea_cpuimx25.c
@@ -106,6 +106,7 @@ static const struct mxc_usbh_platform_data usbh2_pdata __initconst = {
static const struct fsl_usb2_platform_data otg_device_pdata __initconst = {
.operating_mode = FSL_USB2_DR_DEVICE,
.phy_mode = FSL_USB2_PHY_UTMI,
+ .workaround = FLS_USB2_WORKAROUND_ENGCM09152,
};
static int otg_mode_host;