[PATCH] ASoC: dt-bindings: Fix TAS2563 address constraints

Rob Herring (Arm) posted 1 patch 1 day, 16 hours ago
Documentation/devicetree/bindings/sound/ti,tas2781.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[PATCH] ASoC: dt-bindings: Fix TAS2563 address constraints
Posted by Rob Herring (Arm) 1 day, 16 hours ago
Apply the TAS2781 register range only when the compatible is exactly
ti,tas2781. This avoids applying the TAS2781 single-address rule to
TAS2563 nodes with 0x4c-0x4f addresses.

Assisted-by: LLM
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/sound/ti,tas2781.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/ti,tas2781.yaml b/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
index aa5a317b5a36..50c7792b24f8 100644
--- a/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,tas2781.yaml
@@ -219,9 +219,7 @@ allOf:
   - if:
       properties:
         compatible:
-          contains:
-            enum:
-              - ti,tas2781
+          const: ti,tas2781
     then:
       properties:
         reg:
-- 
2.53.0
Re: [PATCH] ASoC: dt-bindings: Fix TAS2563 address constraints
Posted by Mark Brown 1 day, 3 hours ago
On Tue, 22 Sep 2026 16:21:21 -0500, Rob Herring (Arm) wrote:
> ASoC: dt-bindings: Fix TAS2563 address constraints

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.4

Thanks!

[1/1] ASoC: dt-bindings: Fix TAS2563 address constraints
      https://git.kernel.org/broonie/sound/c/87dd248876d1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark