Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx

Use "dai-format" to configure DAI audio format as specified in
audio-graph-port.yaml bindings.

Fixes: 144d1ba70548 ("ARM: dts: stm32: Adapt STM32MP157 DK boards to stm32 DT diversity")
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Olivier Moysan and committed by
Alexandre Torgue
076c74c5 e3f2778b

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
··· 446 446 i2s2_port: port { 447 447 i2s2_endpoint: endpoint { 448 448 remote-endpoint = <&sii9022_tx_endpoint>; 449 - format = "i2s"; 449 + dai-format = "i2s"; 450 450 mclk-fs = <256>; 451 451 }; 452 452 };