On Thursday 12 January 2012 10:38:40 Marek Vasut wrote:
> > From: Eric Nelson
> > +#ifdef CONFIG_IMX_ECSPI
> > +s32 spi_get_cfg(struct imx_spi_dev_t *dev)
> > +{
> > + int rval = 0 ;
> > + if (1 == dev->slave.cs) {
> > + dev->base = ECSPI1_BASE_ADDR;
> > + dev->ss = 1 ;
>
On Thursday 12 January 2012 10:27:14 Dirk Behme wrote:
> +#ifdef CONFIG_CMD_SF
> + #define CONFIG_FSL_SF 1
> + #define CONFIG_SPI_FLASH 1
> + #define CONFIG_SPI_FLASH_SST1
> + #define CONFIG_SPI_FLASH_CS 1
> + #define CONFIG_IMX_ECSPI
> + #define IMX_
On 12.01.2012 16:48, Fabio Estevam wrote:
On Thu, Jan 12, 2012 at 1:38 PM, Marek Vasut wrote:
Also, Do you even need the ecspi thing? Doesn't uboot support some kind of imx
spi driver already?
Yes, this is the same question I have.
Can't drivers/spi/mxc_spi.c be extended to support mx6?
E
On Thu, Jan 12, 2012 at 1:38 PM, Marek Vasut wrote:
> Also, Do you even need the ecspi thing? Doesn't uboot support some kind of imx
> spi driver already?
Yes, this is the same question I have.
Can't drivers/spi/mxc_spi.c be extended to support mx6?
Regards,
Fabio Estevam
> From: Eric Nelson
>
> Signed-off-by: Eric Nelson
> CC: Jason Liu
> CC: Stefano Babic
> ---
> Note: These two patches are against the recent head of u-boot-imx.git
> including the SabreLite support:
>
> 5b894e4d00ff94a221f8cc23d54d08b889f54190
> i.mx: i.mx6q: add the initial supp
On Thu, Jan 12, 2012 at 1:27 PM, Dirk Behme wrote:
> +#ifdef CONFIG_CMD_SF
> + #define CONFIG_FSL_SF 1
> + #define CONFIG_SPI_FLASH 1
> + #define CONFIG_SPI_FLASH_SST 1
> + #define CONFIG_SPI_FLASH_CS 1
> + #define CONFIG_IMX_ECSPI
> + #d
From: Eric Nelson
Signed-off-by: Eric Nelson
CC: Jason Liu
CC: Stefano Babic
---
Note: These two patches are against the recent head of u-boot-imx.git including
the SabreLite support:
5b894e4d00ff94a221f8cc23d54d08b889f54190
i.mx: i.mx6q: add the initial support for i.mx6q S
7 matches
Mail list logo