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

Commit 57a526f9 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Greg Kroah-Hartman
Browse files

ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi



[ Upstream commit f24667779b5348279e5e4328312a141a730a1fc7 ]

frame-inversion is "flag" not "uint32".
This patch fixup it.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 770511c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
			/* DAC */
			format = "i2s";
			mclk-fs = <256>;
			frame-inversion = <1>;
			frame-inversion;
			cpu {
				sound-dai = <&sti_uni_player2>;
			};