Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127129
b: refs/heads/master
c: fea05da
h: refs/heads/master
i:
  127127: 8e82afa
v: v3
  • Loading branch information
Bryan Wu committed Jan 7, 2009
1 parent 2b8119a commit 9bc8381
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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: 508808cda6c39819f51b58e95ba5c6222acea222
refs/heads/master: fea05dacdabe14d875093daa2fb6135fa4950142
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ static struct musb_hdrc_config musb_config = {
.dyn_fifo = 0,
.soft_con = 1,
.dma = 1,
.num_eps = 7,
.dma_channels = 7,
.num_eps = 8,
.dma_channels = 8,
.gpio_vrsel = GPIO_PF11,
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf527/boards/ezbrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ static struct musb_hdrc_config musb_config = {
.dyn_fifo = 0,
.soft_con = 1,
.dma = 1,
.num_eps = 7,
.dma_channels = 7,
.num_eps = 8,
.dma_channels = 8,
.gpio_vrsel = GPIO_PG13,
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ static struct musb_hdrc_config musb_config = {
.dyn_fifo = 0,
.soft_con = 1,
.dma = 1,
.num_eps = 7,
.dma_channels = 7,
.num_eps = 8,
.dma_channels = 8,
.gpio_vrsel = GPIO_PG13,
};

Expand Down
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 @@ -335,8 +335,8 @@ static struct musb_hdrc_config musb_config = {
.dyn_fifo = 0,
.soft_con = 1,
.dma = 1,
.num_eps = 7,
.dma_channels = 7,
.num_eps = 8,
.dma_channels = 8,
.gpio_vrsel = GPIO_PH6,
};

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 @@ -403,8 +403,8 @@ static struct musb_hdrc_config musb_config = {
.dyn_fifo = 0,
.soft_con = 1,
.dma = 1,
.num_eps = 7,
.dma_channels = 7,
.num_eps = 8,
.dma_channels = 8,
.gpio_vrsel = GPIO_PE7,
};

Expand Down

0 comments on commit 9bc8381

Please sign in to comment.