OSDN Git Service

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)
committerPatrice Chotard <patrice.chotard@st.com>
Tue, 11 Feb 2020 16:24:54 +0000 (17:24 +0100)
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>
arch/arm/boot/dts/stihxxx-b2120.dtsi

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