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

Commit a34d6ce5 authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: Add the SPDIF block to the A20



Add the SPDIF transceiver controller block to the A20 dtsi.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 166db83e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1244,6 +1244,19 @@
			status = "disabled";
		};

		spdif: spdif@01c21000 {
			#sound-dai-cells = <0>;
			compatible = "allwinner,sun4i-a10-spdif";
			reg = <0x01c21000 0x400>;
			interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&apb0_gates 1>, <&spdif_clk>;
			clock-names = "apb", "spdif";
			dmas = <&dma SUN4I_DMA_NORMAL 2>,
			       <&dma SUN4I_DMA_NORMAL 2>;
			dma-names = "rx", "tx";
			status = "disabled";
		};

		ir0: ir@01c21800 {
			compatible = "allwinner,sun4i-a10-ir";
			clocks = <&apb0_gates 6>, <&ir0_clk>;