[PATCH 1/3] ARM i.MX SPI driver changes for i.MX53 support

Yong Shen yong.shen at linaro.org
Tue Jan 11 04:08:53 EST 2011


Thanks, got it.

Yong

On Tue, Jan 11, 2011 at 5:06 PM, Sascha Hauer <s.hauer at pengutronix.de> wrote:
> On Mon, Jan 10, 2011 at 08:08:52PM +0800, yong.shen at freescale.com wrote:
>> From: Yong Shen <yong.shen at freescale.com>
>>
>> 1. Change the Kconfig to include i.MX53
>> 2. add devtype entry for i.MX53
>>
>> Signed-off-by: Yong Shen <yong.shen at freescale.com>
>
> Acked-by: Sascha Hauer <s.hauer at pengutronix.de>
>
> You should send this to the spi-devel list.
>
> Sascha
>
>> ---
>>  drivers/spi/Kconfig   |    4 ++--
>>  drivers/spi/spi_imx.c |    6 ++++++
>>  2 files changed, 8 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
>> index 78f9fd0..04965e2 100644
>> --- a/drivers/spi/Kconfig
>> +++ b/drivers/spi/Kconfig
>> @@ -153,10 +153,10 @@ config SPI_IMX_VER_0_4
>>       def_bool y if ARCH_MX31
>>
>>  config SPI_IMX_VER_0_7
>> -     def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51
>> +     def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51 || ARCH_MX53
>>
>>  config SPI_IMX_VER_2_3
>> -     def_bool y if ARCH_MX51
>> +     def_bool y if ARCH_MX51 || ARCH_MX53
>>
>>  config SPI_IMX
>>       tristate "Freescale i.MX SPI controllers"
>> diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c
>> index 55a38e2..9b8a733 100644
>> --- a/drivers/spi/spi_imx.c
>> +++ b/drivers/spi/spi_imx.c
>> @@ -747,6 +747,12 @@ static struct platform_device_id spi_imx_devtype[] = {
>>               .name = "imx51-ecspi",
>>               .driver_data = SPI_IMX_VER_2_3,
>>       }, {
>> +             .name = "imx53-cspi",
>> +             .driver_data = SPI_IMX_VER_0_7,
>> +     }, {
>> +             .name = "imx53-ecspi",
>> +             .driver_data = SPI_IMX_VER_2_3,
>> +     }, {
>>               /* sentinel */
>>       }
>>  };
>> --
>> 1.7.1
>>
>>
>>
>
> --
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
>



More information about the linux-arm-kernel mailing list