Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283134
b: refs/heads/master
c: 8ded970
h: refs/heads/master
v: v3
  • Loading branch information
Scott Jiang authored and Bob Liu committed Jan 9, 2012
1 parent 49d0d23 commit d818443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f2efbdeda5e45e7087f3ae0f8c354056a96491c
refs/heads/master: 8ded9709a171a52199c5ac64912c52f7290870a0
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ static struct platform_device bfin_spi0_device = {

/* SPORT SPI controller data */
static struct bfin5xx_spi_master bfin_sport_spi0_info = {
.num_chipselect = 1, /* master only supports one device */
.num_chipselect = MAX_BLACKFIN_GPIOS,
.enable_dma = 0, /* master don't support DMA */
.pin_req = {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_DRPRI,
P_SPORT0_RSCLK, P_SPORT0_TFS, P_SPORT0_RFS, 0},
Expand Down Expand Up @@ -1492,7 +1492,7 @@ static struct platform_device bfin_sport_spi0_device = {
};

static struct bfin5xx_spi_master bfin_sport_spi1_info = {
.num_chipselect = 1, /* master only supports one device */
.num_chipselect = MAX_BLACKFIN_GPIOS,
.enable_dma = 0, /* master don't support DMA */
.pin_req = {P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_DRPRI,
P_SPORT1_RSCLK, P_SPORT1_TFS, P_SPORT1_RFS, 0},
Expand Down

0 comments on commit d818443

Please sign in to comment.