Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263495
b: refs/heads/master
c: fe43756
h: refs/heads/master
i:
  263493: ad3583d
  263491: 0961ab7
  263487: 4daff1f
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Aug 8, 2011
1 parent f1f3f2b commit 1f45736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4791d63bd40ec63c533060707dae0232b9969dc0
refs/heads/master: fe43756143c4efa6f8fdef07aa3ca4dc0be24ada
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ static struct usbhs_private usbhs0_private = {
},
.driver_param = {
.buswait_bwait = 4,
.d0_tx_id = SHDMA_SLAVE_USB0_TX,
.d1_rx_id = SHDMA_SLAVE_USB0_RX,
},
},
};
Expand Down Expand Up @@ -810,6 +812,8 @@ static struct usbhs_private usbhs1_private = {
.buswait_bwait = 4,
.pipe_type = usbhs1_pipe_cfg,
.pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg),
.d0_tx_id = SHDMA_SLAVE_USB1_TX,
.d1_rx_id = SHDMA_SLAVE_USB1_RX,
},
},
};
Expand Down

0 comments on commit 1f45736

Please sign in to comment.