Skip to content

Commit

Permalink
Blackfin arch: sport spi needs 6 gpio pins
Browse files Browse the repository at this point in the history
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Cliff Cai authored and Bryan Wu committed Mar 28, 2009
1 parent 1e9aa95 commit 1eb19e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/include/asm/bfin5xx_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
struct bfin5xx_spi_master {
u16 num_chipselect;
u8 enable_dma;
u16 pin_req[4];
u16 pin_req[7];
};

/* spi_board_info.controller_data for SPI slave devices,
Expand Down

0 comments on commit 1eb19e3

Please sign in to comment.