From patchwork Tue May 8 07:20:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [01/12] ARM: imx: eukrea_cpuimx25: enable workaround ENGcm09152 Date: Mon, 07 May 2012 21:20:16 -0000 From: Eric Benard X-Patchwork-Id: 157566 Message-Id: <1336461627-30315-1-git-send-email-eric@eukrea.com> To: Sascha Hauer Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Eric=20B=C3=A9nard?= this fix usb device controler behaviour in gadget mode Signed-off-by: Eric Bénard Cc: Sascha Hauer --- arch/arm/mach-imx/mach-eukrea_cpuimx25.c | 1 + 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 76a97a5..b22fb02 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;