Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spi: rspi: Fix sequencer reset during initialization
[ Upstream commit 26843bb ] While the sequencer is reset after each SPI message since commit 880c6d1 ("spi: rspi: Add support for Quad and Dual SPI Transfers on QSPI"), it was never reset for the first message, thus relying on reset state or bootloader settings. Fix this by initializing it explicitly during configuration. Fixes: 0b2182d ("spi: add support for Renesas RSPI") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
- Loading branch information