[ARM] pxa/em-x270: explicitly set .gpio_cs in TDO35S SPI chip data
authorMike Rapoport <mike@compulab.co.il>
Tue, 14 Apr 2009 05:32:55 +0000 (08:32 +0300)
committerEric Miao <eric.miao@marvell.com>
Tue, 14 Apr 2009 14:55:36 +0000 (22:55 +0800)
After commit a7bb3909b3293d503211d7f6af8ed62c1644b686 ("spi: pxa2xx_spi:
introduce chipselect GPIO to simplify the common cases") the .gpio_cs
field in pxa2xx_spi_chip has to be set explicitly.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/em-x270.c

index 67611dadb44ec0f7f811b5859e8d89f52518e093..de40f169521bc222fb1063477f04804c031a293c 100644 (file)
@@ -644,8 +644,9 @@ static struct pxa2xx_spi_master em_x270_spi_info = {
 };
 
 static struct pxa2xx_spi_chip em_x270_tdo24m_chip = {
-       .rx_threshold = 1,
-       .tx_threshold = 1,
+       .rx_threshold   = 1,
+       .tx_threshold   = 1,
+       .gpio_cs        = -1,
 };
 
 static struct tdo24m_platform_data em_x270_tdo24m_pdata = {
This page took 0.039882 seconds and 5 git commands to generate.