ARM: shmobile: r8a7790: Reference DMA channels in MMCIF DT nodes
authorLaurent Pinchart <[email protected]>
Sun, 26 Oct 2014 17:40:13 +0000 (19:40 +0200)
committerSimon Horman <[email protected]>
Thu, 30 Oct 2014 00:56:37 +0000 (09:56 +0900)
Add references to the transmit and receive DMA channels in the two
MMCIF nodes.

Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Tested-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
arch/arm/boot/dts/r8a7790.dtsi

index 63922a136313bcb0557fbb4e00d2f458c52a776e..52c21569e3527ea3ab1c6e35080b35aad5b6aa51 100644 (file)
                reg = <0 0xee200000 0 0x80>;
                interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>;
+               dmas = <&dmac0 0xd1>, <&dmac0 0xd2>;
+               dma-names = "tx", "rx";
                reg-io-width = <4>;
                status = "disabled";
        };
                reg = <0 0xee220000 0 0x80>;
                interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>;
+               dmas = <&dmac0 0xe1>, <&dmac0 0xe2>;
+               dma-names = "tx", "rx";
                reg-io-width = <4>;
                status = "disabled";
        };