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

From: Rob Herring (Arm)

Date: Tue Sep 22 2026 - 17:22:02 EST


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@xxxxxxxxxx>
---
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