Skip to content

Commit f246677

Browse files
morimotopchotard
authored andcommitted
ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
frame-inversion is "flag" not "uint32". This patch fixup it. Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Signed-off-by: Patrice Chotard <[email protected]>
1 parent 9b9be9e commit f246677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stihxxx-b2120.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/* DAC */
4747
format = "i2s";
4848
mclk-fs = <256>;
49-
frame-inversion = <1>;
49+
frame-inversion;
5050
cpu {
5151
sound-dai = <&sti_uni_player2>;
5252
};

0 commit comments

Comments
 (0)