linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients
@ 2025-08-30 20:37 Jihed Chaibi
  2025-08-31 16:50 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Jihed Chaibi @ 2025-08-30 20:37 UTC (permalink / raw)
  To: andrew, gregory.clement, sebastian.hesselbarth, robh
  Cc: krzk+dt, conor+dt, linux-arm-kernel, devicetree, linux-kernel,
	shuah, jihed.chaibi.dev

A previous commit changed the '#sound-dai-cells' property for the
kirkwood audio controller from 1 to 0 in the kirkwood.dtsi file,
but did not update the corresponding 'sound-dai' property in the
kirkwood-openrd-client.dts file.

This created a mismatch, causing a dtbs_check validation error where
the dts provides one cell (<&audio0 0>) while the .dtsi expects zero.

Remove the extraneous cell from the 'sound-dai' property to fix the
schema validation warning and align with the updated binding.

Fixes: e662e70fa419 ("arm: dts: kirkwood: fix error in #sound-dai-cells size")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
 arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts b/arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts
index d4e0b8150a8..cf26e2ceaaa 100644
--- a/arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts
+++ b/arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts
@@ -38,7 +38,7 @@ sound {
 		simple-audio-card,mclk-fs = <256>;
 
 		simple-audio-card,cpu {
-			sound-dai = <&audio0 0>;
+			sound-dai = <&audio0>;
 		};
 
 		simple-audio-card,codec {
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients
  2025-08-30 20:37 [PATCH] ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients Jihed Chaibi
@ 2025-08-31 16:50 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-31 16:50 UTC (permalink / raw)
  To: Jihed Chaibi, andrew, gregory.clement, sebastian.hesselbarth,
	robh
  Cc: krzk+dt, conor+dt, linux-arm-kernel, devicetree, linux-kernel,
	shuah

On 30/08/2025 22:37, Jihed Chaibi wrote:
> A previous commit changed the '#sound-dai-cells' property for the
> kirkwood audio controller from 1 to 0 in the kirkwood.dtsi file,
> but did not update the corresponding 'sound-dai' property in the
> kirkwood-openrd-client.dts file.
> 
> This created a mismatch, causing a dtbs_check validation error where
> the dts provides one cell (<&audio0 0>) while the .dtsi expects zero.
> 
> Remove the extraneous cell from the 'sound-dai' property to fix the
> schema validation warning and align with the updated binding.
> 
> Fixes: e662e70fa419 ("arm: dts: kirkwood: fix error in #sound-dai-cells size")
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-31 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-30 20:37 [PATCH] ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients Jihed Chaibi
2025-08-31 16:50 ` Krzysztof Kozlowski

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).