ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx
authorOlivier Moysan <olivier.moysan@foss.st.com>
Tue, 6 Jun 2023 11:56:04 +0000 (13:56 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 8 Jun 2023 10:08:54 +0000 (12:08 +0200)
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>
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

index e78ba95..511113f 100644 (file)
        i2s2_port: port {
                i2s2_endpoint: endpoint {
                        remote-endpoint = <&sii9022_tx_endpoint>;
-                       format = "i2s";
+                       dai-format = "i2s";
                        mclk-fs = <256>;
                };
        };