All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property
@ 2025-08-30 21:59 Jihed Chaibi
  2025-09-05 22:22 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Jihed Chaibi @ 2025-08-30 21:59 UTC (permalink / raw)
  To: tony, robh
  Cc: uri.mashiach, krzk+dt, conor+dt, linux-omap, devicetree,
	linux-kernel, shuah, jihed.chaibi.dev

The dtbs_check validation for am335x-cm-t335.dtb flags an error
for an unevaluated 'num-serializer' property in the mcasp0 node.

This property is obsolete; it is not defined in the davinci-mcasp-audio
schema and is not used by the corresponding (or any) driver.

Remove this unused property to fix the schema validation warning.

Fixes: 48ab364478e77 ("ARM: dts: cm-t335: add audio support")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
 arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts b/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts
index 06767ea164b..ece7f7854f6 100644
--- a/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts
+++ b/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts
@@ -483,8 +483,6 @@ &mcasp1 {
 
 		op-mode = <0>;          /* MCASP_IIS_MODE */
 		tdm-slots = <2>;
-		/* 16 serializers */
-		num-serializer = <16>;
 		serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
 			0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0
 		>;
-- 
2.39.5


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

* Re: [PATCH] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property
  2025-08-30 21:59 [PATCH] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property Jihed Chaibi
@ 2025-09-05 22:22 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2025-09-05 22:22 UTC (permalink / raw)
  To: tony, robh, Jihed Chaibi
  Cc: uri.mashiach, krzk+dt, conor+dt, linux-omap, devicetree,
	linux-kernel, shuah


On Sat, 30 Aug 2025 23:59:57 +0200, Jihed Chaibi wrote:
> The dtbs_check validation for am335x-cm-t335.dtb flags an error
> for an unevaluated 'num-serializer' property in the mcasp0 node.
> 
> This property is obsolete; it is not defined in the davinci-mcasp-audio
> schema and is not used by the corresponding (or any) driver.
> 
> Remove this unused property to fix the schema validation warning.
> 
> [...]

Applied, thanks!

[1/1] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property
      commit: 27322753c8b913fba05250e7b5abb1da31e6ed23

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>


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

end of thread, other threads:[~2025-09-05 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-30 21:59 [PATCH] ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property Jihed Chaibi
2025-09-05 22:22 ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.