summaryrefslogtreecommitdiff
path: root/include/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spi.h')
-rw-r--r--include/spi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spi.h b/include/spi.h
index 7eaf0aa69b8..97096a77526 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -161,6 +161,7 @@ struct spi_slave {
unsigned int max_write_size;
void *memory_map;
+ u8 bits_per_word;
u8 flags;
#define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */
#define SPI_XFER_END BIT(1) /* Deassert CS after transfer */