On Tue, Apr 23, 2019 at 10:51 AM Robin Gong <yibin.g...@nxp.com> wrote:
>
> ECSPI issue fixed from i.mx6ul at hardware level, no need
> ERR009165 anymore on those chips such as i.mx8mq. Add i.mx6sx
> from where i.mx6ul source.
>
> Signed-off-by: Robin Gong <yibin.g...@nxp.com>
> ---
>  drivers/dma/imx-sdma.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 42 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
> index 1e20470..99c44a5 100644
> --- a/drivers/dma/imx-sdma.c
> +++ b/drivers/dma/imx-sdma.c
> @@ -419,6 +419,7 @@ struct sdma_driver_data {
>         int num_events;
>         struct sdma_script_start_addrs  *script_addrs;
>         bool check_ratio;
> +       bool ecspi_fixed;

Please state the erratum number in the variable name, such as
has_err009165_fixed

Reply via email to