ARM: dts: r8a7745: Enable DMA for HSUSB
authorBiju Das <biju.das@bp.renesas.com>
Mon, 23 Oct 2017 17:09:28 +0000 (18:09 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Nov 2017 10:39:54 +0000 (11:39 +0100)
From: Biju Das <biju.das@bp.renesas.com>

This patch adds DMA properties to the HSUSB node.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7745.dtsi

index 6e0c69b..948dd1f 100644 (file)
                        reg = <0 0xe6590000 0 0x100>;
                        interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 704>;
+                       dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
+                              <&usb_dmac1 0>, <&usb_dmac1 1>;
+                       dma-names = "ch0", "ch1", "ch2", "ch3";
                        power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
                        resets = <&cpg 704>;
                        renesas,buswait = <4>;