diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-09-21 10:38:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-21 23:57:17 +0100 |
commit | 9074a078435eb9c4e16862ec08faaf19aee6190f (patch) | |
tree | 3ce0ceca049e4aa7446a14aefd90f045a289d886 /Documentation/devicetree/bindings/sound | |
parent | 97ee967e6c56db6eb5ed5951276b9a6db04c6489 (diff) | |
download | kernel_replicant_linux-9074a078435eb9c4e16862ec08faaf19aee6190f.tar.gz kernel_replicant_linux-9074a078435eb9c4e16862ec08faaf19aee6190f.tar.bz2 kernel_replicant_linux-9074a078435eb9c4e16862ec08faaf19aee6190f.zip |
dt-bindings: tas2562: Add the TAS2110 amplifier
Add the TAS2110 amplifier compatible.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200921153820.18357-1-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas2562.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tas2562.yaml b/Documentation/devicetree/bindings/sound/tas2562.yaml index d3ceda356aaa..27f7132ba2ef 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.yaml +++ b/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -20,6 +20,7 @@ description: | https://www.ti.com/lit/gpn/tas2562 https://www.ti.com/lit/gpn/tas2563 https://www.ti.com/lit/gpn/tas2564 + https://www.ti.com/lit/gpn/tas2110 properties: compatible: @@ -27,6 +28,7 @@ properties: - ti,tas2562 - ti,tas2563 - ti,tas2564 + - ti,tas2110 reg: maxItems: 1 |