diff options
| author | Cliff Cai <cliff.cai@analog.com> | 2009-03-28 11:31:43 -0400 |
|---|---|---|
| committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 11:31:43 -0400 |
| commit | 1eb19e30adeb05957b45204f0c04d94fc4662ffd (patch) | |
| tree | 530e9977134203f477938cbfc54658820e8fcd20 | |
| parent | 1e9aa95526c3dfc50e55665c7129469a12593beb (diff) | |
Blackfin arch: sport spi needs 6 gpio pins
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
| -rw-r--r-- | arch/blackfin/include/asm/bfin5xx_spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin5xx_spi.h b/arch/blackfin/include/asm/bfin5xx_spi.h index 1306e6b22946..0292d58f9362 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
| @@ -110,7 +110,7 @@ | |||
| 110 | struct bfin5xx_spi_master { | 110 | struct bfin5xx_spi_master { |
| 111 | u16 num_chipselect; | 111 | u16 num_chipselect; |
| 112 | u8 enable_dma; | 112 | u8 enable_dma; |
| 113 | u16 pin_req[4]; | 113 | u16 pin_req[7]; |
| 114 | }; | 114 | }; |
| 115 | 115 | ||
| 116 | /* spi_board_info.controller_data for SPI slave devices, | 116 | /* spi_board_info.controller_data for SPI slave devices, |
