Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162731
b: refs/heads/master
c: 4e4d496
h: refs/heads/master
i:
  162729: 25f46ac
  162727: 038310f
v: v3
  • Loading branch information
Yi Li authored and Mike Frysinger committed Sep 17, 2009
1 parent 446eb51 commit 5c2c6a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 774b80229fcb9df22aadec8fc5b143a842135535
refs/heads/master: 4e4d496ee3bdc587682f2bf675bed71d64752416
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf548/boards/cm_bf548.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ static struct resource bfin_spi1_resource[] = {

/* SPI controller data */
static struct bfin5xx_spi_master bf54x_spi_master_info0 = {
.num_chipselect = 8,
.num_chipselect = 3,
.enable_dma = 1, /* master has the ability to do dma transfer */
.pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0},
};
Expand All @@ -658,7 +658,7 @@ static struct platform_device bf54x_spi_master0 = {
};

static struct bfin5xx_spi_master bf54x_spi_master_info1 = {
.num_chipselect = 8,
.num_chipselect = 3,
.enable_dma = 1, /* master has the ability to do dma transfer */
.pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0},
};
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ static struct resource bfin_spi1_resource[] = {

/* SPI controller data */
static struct bfin5xx_spi_master bf54x_spi_master_info0 = {
.num_chipselect = 8,
.num_chipselect = 3,
.enable_dma = 1, /* master has the ability to do dma transfer */
.pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0},
};
Expand All @@ -799,7 +799,7 @@ static struct platform_device bf54x_spi_master0 = {
};

static struct bfin5xx_spi_master bf54x_spi_master_info1 = {
.num_chipselect = 8,
.num_chipselect = 3,
.enable_dma = 1, /* master has the ability to do dma transfer */
.pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0},
};
Expand Down

0 comments on commit 5c2c6a7

Please sign in to comment.