aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/em-x270.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c
index 67611dadb44e..de40f169521b 100644
--- a/arch/arm/mach-pxa/em-x270.c
+++ b/arch/arm/mach-pxa/em-x270.c
@@ -644,8 +644,9 @@ static struct pxa2xx_spi_master em_x270_spi_info = {
644}; 644};
645 645
646static struct pxa2xx_spi_chip em_x270_tdo24m_chip = { 646static struct pxa2xx_spi_chip em_x270_tdo24m_chip = {
647 .rx_threshold = 1, 647 .rx_threshold = 1,
648 .tx_threshold = 1, 648 .tx_threshold = 1,
649 .gpio_cs = -1,
649}; 650};
650 651
651static struct tdo24m_platform_data em_x270_tdo24m_pdata = { 652static struct tdo24m_platform_data em_x270_tdo24m_pdata = {