Commit 7706993e authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

ARM: shmobile: r8a7791: Enable DMA for HSUSB

This patch adds DMA properties to the HSUSB node.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e3e25edc
......@@ -723,6 +723,9 @@ hsusb: usb@e6590000 {
renesas,buswait = <4>;
phys = <&usb0 1>;
phy-names = "usb";
dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
<&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3";
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment