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

Commit d84a0c0a authored by Priit Laes's avatar Priit Laes Committed by Maxime Ripard
Browse files

ARM: dts: sun4i: Add i2s0 block to dtsi



sun4i-a10.dtsi was missing i2s0 block. Add it.

Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent a7977bbb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -670,6 +670,19 @@
			status = "disabled";
		};

		i2s0: i2s@01c22400 {
			#sound-dai-cells = <0>;
			compatible = "allwinner,sun4i-a10-i2s";
			reg = <0x01c22400 0x400>;
			interrupts = <16>;
			clocks = <&ccu CLK_APB0_I2S0>, <&ccu CLK_I2S0>;
			clock-names = "apb", "mod";
			dmas = <&dma SUN4I_DMA_NORMAL 3>,
			       <&dma SUN4I_DMA_NORMAL 3>;
			dma-names = "rx", "tx";
			status = "disabled";
		};

		lradc: lradc@01c22800 {
			compatible = "allwinner,sun4i-a10-lradc-keys";
			reg = <0x01c22800 0x100>;