]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 16 Dec 2019 02:08:47 +0000 (11:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:45:07 +0000 (16:45 +0100)
[ Upstream commit f24667779b5348279e5e4328312a141a730a1fc7 ]

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stihxxx-b2120.dtsi

index 60e11045ad762af74e47a70335abac94b162b403..d051f080e52ec36a55f62e0d6f642a08ec21b6d9 100644 (file)
@@ -46,7 +46,7 @@
                        /* DAC */
                        format = "i2s";
                        mclk-fs = <256>;
-                       frame-inversion = <1>;
+                       frame-inversion;
                        cpu {
                                sound-dai = <&sti_uni_player2>;
                        };