diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index e7c5379069ef..de2253d7f157 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -642,6 +642,8 @@ static struct usbhs_private usbhs0_private = { | |||
642 | }, | 642 | }, |
643 | .driver_param = { | 643 | .driver_param = { |
644 | .buswait_bwait = 4, | 644 | .buswait_bwait = 4, |
645 | .d0_tx_id = SHDMA_SLAVE_USB0_TX, | ||
646 | .d1_rx_id = SHDMA_SLAVE_USB0_RX, | ||
645 | }, | 647 | }, |
646 | }, | 648 | }, |
647 | }; | 649 | }; |
@@ -811,6 +813,8 @@ static struct usbhs_private usbhs1_private = { | |||
811 | .buswait_bwait = 4, | 813 | .buswait_bwait = 4, |
812 | .pipe_type = usbhs1_pipe_cfg, | 814 | .pipe_type = usbhs1_pipe_cfg, |
813 | .pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg), | 815 | .pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg), |
816 | .d0_tx_id = SHDMA_SLAVE_USB1_TX, | ||
817 | .d1_rx_id = SHDMA_SLAVE_USB1_RX, | ||
814 | }, | 818 | }, |
815 | }, | 819 | }, |
816 | }; | 820 | }; |