Re: [U-Boot] [PATCH 1/2] spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3

2014-02-17 Thread Jagan Teki
On Mon, Feb 17, 2014 at 1:39 PM, Markus Niebel wrote: > Hello, > >> Von: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Gesendet: Sonntag, 16. Februar 2014 17:58 >> An: Markus Niebel >> Cc: u-boot@lists.denx.de; Markus Niebel >> Betreff: Re: [U-Boot] [PA

Re: [U-Boot] [PATCH 1/2] spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3

2014-02-17 Thread Markus Niebel
Hello, > Von: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Gesendet: Sonntag, 16. Februar 2014 17:58 > An: Markus Niebel > Cc: u-boot@lists.denx.de; Markus Niebel > Betreff: Re: [U-Boot] [PATCH 1/2] spi: spi-mxc: implement clk control > for ECSPI to fix SPI_MODE_3 > > O

Re: [U-Boot] [PATCH 1/2] spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3

2014-02-16 Thread Jagan Teki
On Mon, Feb 10, 2014 at 1:57 PM, Markus Niebel wrote: > From: Markus Niebel > > SPI_MODE_3 requires clk high when inactive. The SCLK_CTL > field of the config reg was not configured. Provide defines > for missing fields in the ECSPI config reg and use them > for SPI_CPOL > > Signed-off-by: Markus

[U-Boot] [PATCH 1/2] spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3

2014-02-10 Thread Markus Niebel
From: Markus Niebel SPI_MODE_3 requires clk high when inactive. The SCLK_CTL field of the config reg was not configured. Provide defines for missing fields in the ECSPI config reg and use them for SPI_CPOL Signed-off-by: Markus Niebel --- arch/arm/include/asm/arch-mx5/imx-regs.h |9 ++-