usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2
This patch expands USB-DMAC channels for R-Car Gen2 SoCs. The SoCs
have 4 channels. If d{2,3}_{t,x}x_id are not set, this driver never
uses the expanded USB-DMAC channels.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
53e734b1ec
commit
d3cf6a4b01
4 changed files with 11 additions and 1 deletions
|
|
@ -145,6 +145,10 @@ struct renesas_usbhs_driver_param {
|
|||
int d0_rx_id;
|
||||
int d1_tx_id;
|
||||
int d1_rx_id;
|
||||
int d2_tx_id;
|
||||
int d2_rx_id;
|
||||
int d3_tx_id;
|
||||
int d3_rx_id;
|
||||
|
||||
/*
|
||||
* option:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue