@@ -105,6 +105,9 @@
vmmc-supply = <®_3p3v>;
bus-width = <8>;
non-removable;
+ dmas = <&dmac 0xd1
+ &dmac 0xd2>;
+ dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
status = "okay";
@@ -116,6 +119,9 @@
cap-power-off-card;
bus-width = <4>;
cd-gpios = <&pfc 167 GPIO_ACTIVE_LOW>;
+ dmas = <&dmac 0xc1
+ &dmac 0xc2>;
+ dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <&sdhi0_pins>;
status = "okay";
@@ -126,6 +132,9 @@
cap-power-off-card;
bus-width = <4>;
cd-gpios = <&pfc 72 GPIO_ACTIVE_LOW>;
+ dmas = <&dmac 0xc9
+ &dmac 0xca>;
+ dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <&sdhi1_pins>;
status = "okay";
Add DMA bindings to SDHI and MMCIF DT nodes on armadillo800eva-reference. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- .../boot/dts/r8a7740-armadillo800eva-reference.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)