Message ID | 591ECF3B.4040001@mentor.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 19, 2017 at 7:55 AM, Jiada Wang <jiada_wang@mentor.com> wrote: > Hello Fabio > > Although I don't have this spi-nor chip populated on my sabresd, > but I think I managed to re-create similar scenario, > > could you help to check if the following change address the spi-nor > detection issue This fixes the SPI NOR detection, thanks: Tested-by: Fabio Estevam <fabio.estevam@nxp.com> -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, May 19, 2017 at 12:19:42PM -0300, Fabio Estevam wrote: > On Fri, May 19, 2017 at 7:55 AM, Jiada Wang <jiada_wang@mentor.com> wrote: > > could you help to check if the following change address the spi-nor > This fixes the SPI NOR detection, thanks: > Tested-by: Fabio Estevam <fabio.estevam@nxp.com> Jiada can you send that as a proper submission please (I need a changelog and signoffs)?
diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index 782045f..a097a8d 100644 --- a/drivers/spi/spi-imx.c +++ b/drivers/spi/spi-imx.c @@ -242,6 +242,7 @@ static bool spi_imx_can_dma(struct spi_master *master, struct spi_device *spi, return false; spi_imx->wml = i; + spi_imx->dynamic_burst = 0; return true;