mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:20:53 +07:00
ARM: shmobile: r8a7790: Enable DMA for HSUSB
This patch adds DMA properties to the HSUSB node. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
a3ff2090dc
commit
e8295dc391
@ -673,6 +673,9 @@ hsusb: usb@e6590000 {
|
|||||||
renesas,buswait = <4>;
|
renesas,buswait = <4>;
|
||||||
phys = <&usb0 1>;
|
phys = <&usb0 1>;
|
||||||
phy-names = "usb";
|
phy-names = "usb";
|
||||||
|
dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
|
||||||
|
<&usb_dmac1 0>, <&usb_dmac1 1>;
|
||||||
|
dma-names = "ch0", "ch1", "ch2", "ch3";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user