diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/bfin5xx_spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/bfin5xx_spi.h b/arch/blackfin/include/asm/bfin5xx_spi.h index 0292d58f9362..ea2d24af9542 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
@@ -11,6 +11,8 @@ | |||
11 | #ifndef _SPI_CHANNEL_H_ | 11 | #ifndef _SPI_CHANNEL_H_ |
12 | #define _SPI_CHANNEL_H_ | 12 | #define _SPI_CHANNEL_H_ |
13 | 13 | ||
14 | #define MIN_SPI_BAUD_VAL 2 | ||
15 | |||
14 | #define SPI_READ 0 | 16 | #define SPI_READ 0 |
15 | #define SPI_WRITE 1 | 17 | #define SPI_WRITE 1 |
16 | 18 | ||