commit | 35223a6ca4a19821ece88e5fcbaf9d879d912038 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Sep 05 09:54:57 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | a0c841381724f46a4e0d0870667e30304439327c | |
parent | e85a0771fad7623a8ad95b718635a17255049157 [diff] |
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 SPL. In the use case where eMMC is used in SPL as a boot primary device, the mxs_reset_block() is not called at all and DM/DTS aware SPI driver in U-Boot proper is malfunctioning. Signed-off-by: Lukasz Majewski <lukma@denx.de>