OSDN Git Service

ARM: shmobile: r8a7790: Enable DMA for HSUSB
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fri, 8 May 2015 07:13:07 +0000 (16:13 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 11 May 2015 23:55:05 +0000 (08:55 +0900)
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>
arch/arm/boot/dts/r8a7790.dtsi

index c03a915..62a9086 100644 (file)
                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";
        };