diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-09-18 17:01:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-21 18:28:11 +0200 |
commit | 7a477213923fe07c17db7c3104cce6b316f75f60 (patch) | |
tree | 30697952f9d5eff86a5e0e292c0eea8d0616a496 /Documentation/devicetree | |
parent | ASoC: SOF: imx: add missing MODULE_LICENSE() for imx-common (diff) | |
download | linux-7a477213923fe07c17db7c3104cce6b316f75f60.tar.xz linux-7a477213923fe07c17db7c3104cce6b316f75f60.zip |
dt-bindings: tas2562: Add TAS2564 to binding
Add the TAS2564 compatible and data sheet link to the binding.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200918150130.21015-1-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-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 c3b7e19a0d44..d3ceda356aaa 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.yaml +++ b/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -19,12 +19,14 @@ description: | Specifications about the audio amplifier can be found at: https://www.ti.com/lit/gpn/tas2562 https://www.ti.com/lit/gpn/tas2563 + https://www.ti.com/lit/gpn/tas2564 properties: compatible: enum: - ti,tas2562 - ti,tas2563 + - ti,tas2564 reg: maxItems: 1 |