ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 24 Feb 2015 02:20:19 +0000 (02:20 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Feb 2015 07:15:06 +0000 (16:15 +0900)
Add references to the transmit and receive DMA channels in the three
SDHI nodes.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 1e593a2b55fa6fe42bc9b88eba05a6b4b7ef50f1..32f05065f0b668f523a8b2155f47191c8a283a92 100644 (file)
                reg = <0 0xee100000 0 0x200>;
                interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7791_CLK_SDHI0>;
+               dmas = <&dmac1 0xcd>, <&dmac1 0xce>;
+               dma-names = "tx", "rx";
                status = "disabled";
        };
 
                reg = <0 0xee140000 0 0x100>;
                interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7791_CLK_SDHI1>;
+               dmas = <&dmac1 0xc1>, <&dmac1 0xc2>;
+               dma-names = "tx", "rx";
                status = "disabled";
        };
 
                reg = <0 0xee160000 0 0x100>;
                interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7791_CLK_SDHI2>;
+               dmas = <&dmac1 0xd3>, <&dmac1 0xd4>;
+               dma-names = "tx", "rx";
                status = "disabled";
        };