lkml.org 
[lkml]   [2018]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH] usb: chipidea: tegra: Use aligned DMA on Tegra114/124
Date

> diff --git a/drivers/usb/chipidea/ci_hdrc_tegra.c b/drivers/usb/chipidea/ci_hdrc_tegra.c
> index 7f4d2b6af37a..772851bee99b 100644
> --- a/drivers/usb/chipidea/ci_hdrc_tegra.c
> +++ b/drivers/usb/chipidea/ci_hdrc_tegra.c
> @@ -33,11 +33,11 @@ static const struct tegra_udc_soc_info
> tegra30_udc_soc_info = { };
>
> static const struct tegra_udc_soc_info tegra114_udc_soc_info = {
> - .flags = 0,
> + .flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
> };
>
> static const struct tegra_udc_soc_info tegra124_udc_soc_info = {
> - .flags = 0,
> + .flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
> };
>
> static const struct of_device_id tegra_udc_of_match[] = {
> --

Applied, thanks.

Peter

\
 
 \ /
  Last update: 2018-06-26 04:23    [W:0.084 / U:0.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site