u-boot-brain/arch/arm
Fabio Estevam 0f1411bc8d spi: mxc_spi: Set master mode for all channels
The glitch in the SPI clock line, which commit 3cea335c34 (spi: mxc_spi: Fix spi
clock glitch durant reset) solved, is back now and itwas re-introduced by
commit d36b39bf0d (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: Fabio Estevam <fabio.estevam@freescale.com>
2013-04-13 17:46:42 +02:00
..
cpu mx6: Fix get_board_rev() for the mx6 solo case 2013-04-03 11:36:34 +02:00
dts Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras 2013-03-14 11:49:07 -07:00
imx-common i.MX6: Add hdmidet command to detect attached HDMI monitor 2013-03-20 11:43:19 +01:00
include/asm spi: mxc_spi: Set master mode for all channels 2013-04-13 17:46:42 +02:00
lib arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00
config.mk arm: work around assembler bug 2012-10-04 14:19:04 +02:00