mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 13:40:54 +07:00
sh: ecovec: add renesas_usbhs DMAEngine support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
e80ca144ea
commit
9f0fa7991a
@ -248,6 +248,10 @@ static struct renesas_usbhs_platform_info usbhs_info = {
|
||||
.driver_param = {
|
||||
.buswait_bwait = 4,
|
||||
.detection_delay = 5,
|
||||
.d0_tx_id = SHDMA_SLAVE_USB1D0_TX,
|
||||
.d0_rx_id = SHDMA_SLAVE_USB1D0_RX,
|
||||
.d1_tx_id = SHDMA_SLAVE_USB1D1_TX,
|
||||
.d1_rx_id = SHDMA_SLAVE_USB1D1_RX,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user