Skip to content

Commit 076c74c

Browse files
Olivier MoysanAlexandre Torgue
authored andcommitted
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: 144d1ba ("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>
1 parent e3f2778 commit 076c74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
i2s2_port: port {
447447
i2s2_endpoint: endpoint {
448448
remote-endpoint = <&sii9022_tx_endpoint>;
449-
format = "i2s";
449+
dai-format = "i2s";
450450
mclk-fs = <256>;
451451
};
452452
};

0 commit comments

Comments
 (0)