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

Commit 6a5775e4 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard
Browse files

ARM: sun5i: dt: Add nodes to represent the DMA controllers



The A10S and A13 SoCs have sun4i-compatible DMA controllers. Let's add
the corresponding nodes to represent them on the device tree.

Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 1324f532
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -300,6 +300,14 @@
		#size-cells = <1>;
		#size-cells = <1>;
		ranges;
		ranges;


		dma: dma-controller@01c02000 {
			compatible = "allwinner,sun4i-a10-dma";
			reg = <0x01c02000 0x1000>;
			interrupts = <27>;
			clocks = <&ahb_gates 6>;
			#dma-cells = <2>;
		};

		spi0: spi@01c05000 {
		spi0: spi@01c05000 {
			compatible = "allwinner,sun4i-a10-spi";
			compatible = "allwinner,sun4i-a10-spi";
			reg = <0x01c05000 0x1000>;
			reg = <0x01c05000 0x1000>;
+8 −0
Original line number Original line Diff line number Diff line
@@ -298,6 +298,14 @@
		#size-cells = <1>;
		#size-cells = <1>;
		ranges;
		ranges;


		dma: dma-controller@01c02000 {
			compatible = "allwinner,sun4i-a10-dma";
			reg = <0x01c02000 0x1000>;
			interrupts = <27>;
			clocks = <&ahb_gates 6>;
			#dma-cells = <2>;
		};

		spi0: spi@01c05000 {
		spi0: spi@01c05000 {
			compatible = "allwinner,sun4i-a10-spi";
			compatible = "allwinner,sun4i-a10-spi";
			reg = <0x01c05000 0x1000>;
			reg = <0x01c05000 0x1000>;