Skip to content

Commit e0913cc

Browse files
Peter Chengregkh
authored andcommitted
Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
commit 1bc7da87c7410c6990c3251589e3854e64c55af2 upstream. This reverts commit e765bfb. In the most of cases, we only use one transaction per frame and the frame rate may be high, If the platforms want to support multiple transactions but less frame rate cases like [1] and [2], it can set "non-zero-ttctrl-ttha" at dts. [1] http://www.spinics.net/lists/linux-usb/msg123125.html [2] http://www.spinics.net/lists/linux-usb/msg118679.html Signed-off-by: Peter Chen <peter.chen@nxp.com> Cc: Martin Fuzzey <mfuzzey@parkeon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 151d4c0 commit e0913cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/usb/chipidea/ci_hdrc_imx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ static int ci_hdrc_imx_probe(struct platform_device *pdev)
244244
struct ci_hdrc_platform_data pdata = {
245245
.name = dev_name(&pdev->dev),
246246
.capoffset = DEF_CAPOFFSET,
247-
.flags = CI_HDRC_SET_NON_ZERO_TTHA,
248247
};
249248
int ret;
250249
const struct of_device_id *of_id;

0 commit comments

Comments
 (0)