aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/rspi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/rspi.h')
-rw-r--r--include/linux/spi/rspi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/rspi.h b/include/linux/spi/rspi.h
index 900f0e328235..a25bd6f65e7f 100644
--- a/include/linux/spi/rspi.h
+++ b/include/linux/spi/rspi.h
@@ -26,6 +26,8 @@ struct rspi_plat_data {
unsigned int dma_rx_id;
unsigned dma_width_16bit:1; /* DMAC read/write width = 16-bit */
+
+ u16 num_chipselect;
};
#endif