Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188439
b: refs/heads/master
c: 08a54bf
h: refs/heads/master
i:
  188437: adb8082
  188435: 3117259
  188431: c295aa3
v: v3
  • Loading branch information
Barry Song authored and Mike Frysinger committed Mar 9, 2010
1 parent e6f92cd commit d2263b3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6bd1fbea2e8bff9346a5afb44ca948b4e4ed74a5
refs/heads/master: 08a54bffaf7d5dc9391518323234ce9f9ea4be8e
3 changes: 1 addition & 2 deletions trunk/arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = {
static struct bfin5xx_spi_chip ad1938_spi_chip_info = {
.enable_dma = 0,
.bits_per_word = 8,
.cs_gpio = GPIO_PF5,
};
#endif

Expand Down Expand Up @@ -910,7 +909,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
.modalias = "ad1938",
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
.bus_num = 0,
.chip_select = 0,/* CONFIG_SND_BLACKFIN_SPI_PFBIT */
.chip_select = 5,
.controller_data = &ad1938_spi_chip_info,
.mode = SPI_MODE_3,
},
Expand Down

0 comments on commit d2263b3

Please sign in to comment.