Message ID | 1374498981-5263-7-git-send-email-g.liakhovetski@gmx.de (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index b99e890..e5b84d1c 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -191,6 +191,9 @@ bus-width = <8>; vmmc-supply = <®_1p8v>; + dmas = <&dmac 0xd1 + &dmac 0xd2>; + dma-names = "tx", "rx"; status = "okay"; }; @@ -237,6 +240,9 @@ vmmc-supply = <&vmmc_sdhi0>; bus-width = <4>; + dmas = <&dmac 0xc1 + &dmac 0xc2>; + dma-names = "tx", "rx"; status = "okay"; }; @@ -247,5 +253,8 @@ vmmc-supply = <&vmmc_sdhi2>; bus-width = <4>; broken-cd; + dmas = <&dmac 0xcd + &dmac 0xce>; + dma-names = "tx", "rx"; status = "okay"; };
MMCIF and SDHI drivers can use DMA for data transfer, add suitable Device Tree bindings. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)