Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f381f9fc authored by Eric Bénard's avatar Eric Bénard Committed by Sascha Hauer
Browse files

ARM: imx: eukrea_cpuimx25: enable workaround ENGcm09152



this fix usb device controler behaviour in gadget mode

Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 66f75a5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;