diff options
| author | Jihed Chaibi <jihed.chaibi.dev@gmail.com> | 2025-08-31 00:51:15 +0200 | 
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2025-09-03 09:36:23 +0200 | 
| commit | 0b367e60c73c05721cf2156fe8fe077320115ffd (patch) | |
| tree | d1ea39d2f02788a2d4a020ea9e5ed2d819c7ce8c | |
| parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) | |
ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property
The stm32-i2s binding inherits from the standard audio-graph-port
schema for its 'port' subnode, audio-graph-port requires the use
of the 'dai-format' property. The stm32mp151c-plyaqm dts file was
using the non-standard name 'format'.
Correct the property name to 'dai-format' to fix the dtbs_check
validation error.
Fixes: 9365fa46be358 ("ARM: dts: stm32: Add Plymovent AQM devicetree")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
Link: https://lore.kernel.org/r/20250830225115.303663-1-jihed.chaibi.dev@gmail.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
| -rw-r--r-- | arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts index 39a3211c6133..55fe916740d7 100644 --- a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts +++ b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts @@ -239,7 +239,7 @@  	i2s1_port: port {  		i2s1_endpoint: endpoint { -			format = "i2s"; +			dai-format = "i2s";  			mclk-fs = <256>;  			remote-endpoint = <&codec_endpoint>;  		}; | 
