diff options
author | Laurent Pinchart <[email protected]> | 2014-10-26 19:40:14 +0200 |
---|---|---|
committer | Simon Horman <[email protected]> | 2014-10-30 09:56:37 +0900 |
commit | 16b355b4aa234f4358c288e931e4cdefbbcfc4b0 (patch) | |
tree | faa20937e97a0560ba02be3468f6f15439c9732d | |
parent | 108216c1e08db6c69a54ba7ee593335eceea2077 (diff) |
ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node
Add references to the transmit and receive DMA channels in the MMCIF
node.
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]>
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 8459fe698008..a862243f0436 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -405,6 +405,8 @@ reg = <0 0xee200000 0 0x80>; interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp3_clks R8A7791_CLK_MMCIF0>; + dmas = <&dmac0 0xd1>, <&dmac0 0xd2>; + dma-names = "tx", "rx"; reg-io-width = <4>; status = "disabled"; }; |