Updated dtsi file with DMA info for MMCIF1
Signed-off-by: Ben Dooks <[email protected]>
---
arch/arm/boot/dts/r8a7790.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index e85e354..8b66de8 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -316,6 +316,9 @@
reg = <0 0xee220000 0 0x80>;
interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>;
+ dmas = <&dma0 R8A7790_DMA_MMCIF1_RX CHCR_RX_32BIT>,
+ <&dma0 R8A7790_DMA_MMCIF1_TX CHCR_TX_32BIT>;
+ dma-names = "rx", "tx";
reg-io-width = <4>;
status = "disabled";
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html