diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index c59d21f5287c..1b34466fdbf7 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -1462,7 +1462,7 @@ static struct platform_device bfin_spi0_device = { | |||
1462 | 1462 | ||
1463 | /* SPORT SPI controller data */ | 1463 | /* SPORT SPI controller data */ |
1464 | static struct bfin5xx_spi_master bfin_sport_spi0_info = { | 1464 | static struct bfin5xx_spi_master bfin_sport_spi0_info = { |
1465 | .num_chipselect = 1, /* master only supports one device */ | 1465 | .num_chipselect = MAX_BLACKFIN_GPIOS, |
1466 | .enable_dma = 0, /* master don't support DMA */ | 1466 | .enable_dma = 0, /* master don't support DMA */ |
1467 | .pin_req = {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_DRPRI, | 1467 | .pin_req = {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_DRPRI, |
1468 | P_SPORT0_RSCLK, P_SPORT0_TFS, P_SPORT0_RFS, 0}, | 1468 | P_SPORT0_RSCLK, P_SPORT0_TFS, P_SPORT0_RFS, 0}, |
@@ -1492,7 +1492,7 @@ static struct platform_device bfin_sport_spi0_device = { | |||
1492 | }; | 1492 | }; |
1493 | 1493 | ||
1494 | static struct bfin5xx_spi_master bfin_sport_spi1_info = { | 1494 | static struct bfin5xx_spi_master bfin_sport_spi1_info = { |
1495 | .num_chipselect = 1, /* master only supports one device */ | 1495 | .num_chipselect = MAX_BLACKFIN_GPIOS, |
1496 | .enable_dma = 0, /* master don't support DMA */ | 1496 | .enable_dma = 0, /* master don't support DMA */ |
1497 | .pin_req = {P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_DRPRI, | 1497 | .pin_req = {P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_DRPRI, |
1498 | P_SPORT1_RSCLK, P_SPORT1_TFS, P_SPORT1_RFS, 0}, | 1498 | P_SPORT1_RSCLK, P_SPORT1_TFS, P_SPORT1_RFS, 0}, |