diff mbox

[v10,03/07] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes

Message ID 20151002025540.28158.93971.sendpatchset@little-apple (mailing list archive)
State RFC
Delegated to: Simon Horman
Headers show

Commit Message

Magnus Damm Oct. 2, 2015, 2:55 a.m. UTC
From: Geert Uytterhoeven <geert+renesas@glider.be>

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

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Changes from V9: (Magnus Damm <damm+renesas@opensource.se>)
 - Updated to remove fuzz

Changes from V8: (Magnus Damm <damm+renesas@opensource.se>)
 - Updated to remove fuzz
 
 Changes from V7: (Magnus Damm <damm+renesas@opensource.se>)
 - Changed order not to depend on SCIF patch(es)
 
 Based on:
  [PATCH 2/6] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm64/boot/dts/renesas/r8a7795.dtsi |   12 ++++++++++++
 1 file changed, 12 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0009/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi	2015-10-01 19:06:49.670513000 +0900
@@ -245,5 +245,17 @@ 
 				#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 */
+		};
 	};
 };