aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pxa2xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-pxa2xx.h')
-rw-r--r--drivers/spi/spi-pxa2xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h
index 3c9788acd9e..7fa576a0bf8 100644
--- a/drivers/spi/spi-pxa2xx.h
+++ b/drivers/spi/spi-pxa2xx.h
@@ -98,6 +98,8 @@ struct driver_data {
int irq;
/* Support RX FIFO auto full control and endian swap */
unsigned int ssp_enhancement;
+ /* Use SSP2 for SPI Nor flash chip */
+ unsigned int ssp_nor_flash;
#endif
};