[PATCH v2 04/29] ASoC: dt-bindings: tas2770: add compatible for TAS5770L

James Calligeros posted 29 patches 10 months ago
There is a newer version of this series
[PATCH v2 04/29] ASoC: dt-bindings: tas2770: add compatible for TAS5770L
Posted by James Calligeros 10 months ago
A variant of TAS2770 known as TAS5770L is found in Apple Silicon Macs.

Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
---
 .../bindings/sound/ti,tas2770.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/ti,tas2770.yaml b/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
index 5e7aea43acedc0f7d8c22e36debfe805c7ebe74f..8eab98a0f7a25a9c87d2c56fd0635ff8ecee17d0 100644
--- a/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,tas2770.yaml
@@ -23,6 +23,7 @@ properties:
   compatible:
     enum:
       - ti,tas2770
+      - ti,tas5770l # Apple variant
 
   reg:
     maxItems: 1

-- 
2.48.1
Re: [PATCH v2 04/29] ASoC: dt-bindings: tas2770: add compatible for TAS5770L
Posted by Rob Herring (Arm) 10 months ago
On Tue, 18 Feb 2025 18:35:38 +1000, James Calligeros wrote:
> A variant of TAS2770 known as TAS5770L is found in Apple Silicon Macs.
> 
> Reviewed-by: Neal Gompa <neal@gompa.dev>
> Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
> ---
>  .../bindings/sound/ti,tas2770.yaml       | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>