* [PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property
@ 2025-08-30 22:51 Jihed Chaibi
2025-09-03 7:38 ` Alexandre TORGUE
0 siblings, 1 reply; 2+ messages in thread
From: Jihed Chaibi @ 2025-08-30 22:51 UTC (permalink / raw)
To: mcoquelin.stm32, robh
Cc: alexandre.torgue, krzk+dt, conor+dt, linux-stm32,
linux-arm-kernel, devicetree, linux-kernel, shuah,
jihed.chaibi.dev
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>
---
arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
index 39a3211c613..55fe916740d 100644
--- a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
+++ b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
@@ -239,7 +239,7 @@ &i2s1 {
i2s1_port: port {
i2s1_endpoint: endpoint {
- format = "i2s";
+ dai-format = "i2s";
mclk-fs = <256>;
remote-endpoint = <&codec_endpoint>;
};
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property
2025-08-30 22:51 [PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property Jihed Chaibi
@ 2025-09-03 7:38 ` Alexandre TORGUE
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre TORGUE @ 2025-09-03 7:38 UTC (permalink / raw)
To: Jihed Chaibi, mcoquelin.stm32, robh
Cc: krzk+dt, conor+dt, linux-stm32, linux-arm-kernel, devicetree,
linux-kernel, shuah
Hi Jihed
On 8/31/25 00:51, Jihed Chaibi wrote:
> 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>
> ---
> arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> index 39a3211c613..55fe916740d 100644
> --- a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> +++ b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> @@ -239,7 +239,7 @@ &i2s1 {
>
> i2s1_port: port {
> i2s1_endpoint: endpoint {
> - format = "i2s";
> + dai-format = "i2s";
> mclk-fs = <256>;
> remote-endpoint = <&codec_endpoint>;
> };
Applied on stm32-next.
Thanks
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-03 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-30 22:51 [PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property Jihed Chaibi
2025-09-03 7:38 ` Alexandre TORGUE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).