diff options
author | 2025-02-27 22:07:29 +1000 | |
---|---|---|
committer | 2025-03-13 22:39:00 +0000 | |
commit | ce9233937f3233e277ff23395e61ea690c769bef (patch) | |
tree | 4019c505ccc546622bab956cffb3a472e8246cf5 | |
parent | ASoC: dt-bindings: tas27xx: add compatible for SN012776 (diff) | |
download | wireguard-linux-ce9233937f3233e277ff23395e61ea690c769bef.tar.xz wireguard-linux-ce9233937f3233e277ff23395e61ea690c769bef.zip |
ASoC: dt-bindings: tas2770: add compatible for TAS5770L
A variant of TAS2770 known as TAS5770L is found in Apple Silicon Macs.
Reviewed-by: Neal Gompa <neal@gompa.dev>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Link: https://patch.msgid.link/20250227-apple-codec-changes-v3-2-cbb130030acf@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/sound/ti,tas2770.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ti,tas2770.yaml b/Documentation/devicetree/bindings/sound/ti,tas2770.yaml index 5e7aea43aced..8eab98a0f7a2 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 |