Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201456
b: refs/heads/master
c: c6ca2e4
h: refs/heads/master
v: v3
  • Loading branch information
wanzongshun authored and Russell King committed Jul 22, 2010
1 parent bb3ec4e commit 3bda0dd
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: c588e37da8b2e4708397355b26d067450058f804
refs/heads/master: c6ca2e466f22dee01a97f04bcc6bec8062d79847
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-w90x900/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static struct nuc900_spi_info nuc900_spiflash_data = {
.divider = 24,
.sleep = 0,
.txnum = 0,
.txbitlen = 1,
.txbitlen = 8,
.bus_num = 0,
};

Expand Down Expand Up @@ -258,7 +258,7 @@ static struct spi_board_info nuc900_spi_board_info[] __initdata = {
.modalias = "m25p80",
.max_speed_hz = 20000000,
.bus_num = 0,
.chip_select = 1,
.chip_select = 0,
.platform_data = &nuc900_spi_flash_data,
.mode = SPI_MODE_0,
},
Expand Down

0 comments on commit 3bda0dd

Please sign in to comment.