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

Commit e765bfb7 authored by Peter Chen's avatar Peter Chen
Browse files

usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA



For i.mx platform, set ttctrl.ttha with non-zero value only affects
sitd, and ehci core makes sure the schedule is not full when accepts
new request, so it will not occur the transaction which will acorss
the SoF.

Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
parent 28362673
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@ static int ci_hdrc_imx_probe(struct platform_device *pdev)
	struct ci_hdrc_platform_data pdata = {
		.name		= dev_name(&pdev->dev),
		.capoffset	= DEF_CAPOFFSET,
		.flags		= CI_HDRC_DISABLE_STREAMING,
		.flags		= CI_HDRC_DISABLE_STREAMING |
					CI_HDRC_SET_NON_ZERO_TTHA,
	};
	int ret;
	const struct of_device_id *of_id =