Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9202126 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: renesas: r8a7795: Add dummy dma-controller nodes



Add dummy nodes for the 3 DMA controllers.
This allows to start describing DMA channels for DMA slaves now.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 26a7e06d
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -79,5 +79,17 @@
			#clock-cells = <2>;
			#clock-cells = <2>;
			#power-domain-cells = <0>;
			#power-domain-cells = <0>;
		};
		};

		dmac0: dma-controller@e6700000 {
			/* Empty node for now */
		};

		dmac1: dma-controller@e7300000 {
			/* Empty node for now */
		};

		dmac2: dma-controller@e7310000 {
			/* Empty node for now */
		};
	};
	};
};
};