Re: [U-Boot] [PATCH v2 4/9] spi: fix: Call mxs_reset_block() during DM/DTS probe

2019-08-18 Thread Peng Fan
> Subject: [PATCH v2 4/9] spi: fix: Call mxs_reset_block() during DM/DTS probe > > Without this change the DM/DTS version of mxs_spi driver doesn't reset the > SPI IP block in probe. > As a result this driver (when used solely on U-Boot proper) relies on reset > performed by mxs spi driver in

[U-Boot] [PATCH v2 4/9] spi: fix: Call mxs_reset_block() during DM/DTS probe

2019-08-18 Thread Lukasz Majewski
Without this change the DM/DTS version of mxs_spi driver doesn't reset the SPI IP block in probe. As a result this driver (when used solely on U-Boot proper) relies on reset performed by mxs spi driver in SPL. In the use case where eMMC is used in SPL as a boot primary device, the