Skip to content
Snippets Groups Projects
Commit 0f1411bc authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

spi: mxc_spi: Set master mode for all channels


The glitch in the SPI clock line, which commit 3cea335c (spi: mxc_spi: Fix spi
clock glitch durant reset) solved, is back now and itwas re-introduced by
commit d36b39bf (spi: mxc_spi: Fix ECSPI reset handling).

Actually the glitch is happening due to always toggling between slave mode
and master mode by configuring the CHANNEL_MODE bits in this reset function.

Since the spi driver only supports master mode, set the mode for all channels
always to master mode in order to have a stable, "glitch-free" SPI clock line.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 66300ac2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment