ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx
[ Upstream commit 076c74c592cabe4a47537fe5205b5b678bed010d ]
Use "dai-format" to configure DAI audio format as specified in
audio-graph-port.yaml bindings.
Fixes: 144d1ba705
("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
dc2707deeb
commit
9e633411d1
@ -438,7 +438,7 @@ &i2s2 {
|
|||||||
i2s2_port: port {
|
i2s2_port: port {
|
||||||
i2s2_endpoint: endpoint {
|
i2s2_endpoint: endpoint {
|
||||||
remote-endpoint = <&sii9022_tx_endpoint>;
|
remote-endpoint = <&sii9022_tx_endpoint>;
|
||||||
format = "i2s";
|
dai-format = "i2s";
|
||||||
mclk-fs = <256>;
|
mclk-fs = <256>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user