Message ID | 87muao18sk.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | f24667779b5348279e5e4328312a141a730a1fc7 |
Headers | show |
Series | [resend] ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion | expand |
Hi Kuninori On 1/16/20 2:36 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > 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> > --- > 1 month passed, but nothing happen... > I repost this patch, again > > arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi > index 60e1104..d051f08 100644 > --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi > +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi > @@ -46,7 +46,7 @@ > /* DAC */ > format = "i2s"; > mclk-fs = <256>; > - frame-inversion = <1>; > + frame-inversion; > cpu { > sound-dai = <&sti_uni_player2>; > }; Applied on sti-dt-for-5.6-round1 Thanks
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 60e1104..d051f08 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -46,7 +46,7 @@ /* DAC */ format = "i2s"; mclk-fs = <256>; - frame-inversion = <1>; + frame-inversion; cpu { sound-dai = <&sti_uni_player2>; };