diff options
author | Claudius Heine <ch@denx.de> | 2021-06-17 10:52:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-23 11:49:36 +0100 |
commit | 8e0eb2fb5c0732a6fa53f2df7079754152857c24 (patch) | |
tree | 671d832a54d185390f17d9d4e5caec3f5a92db6f | |
parent | b4525b6196cd7f83eba16d8679a55f8bb9571052 (diff) | |
download | linux-8e0eb2fb5c0732a6fa53f2df7079754152857c24.tar.bz2 |
ASoC: tlv320aic32x4: dt-bindings: add TAS2505 to compatible
This adds 'ti,tas2505' for TAS2505 to the list of allowed compatible
strings.
Signed-off-by: Claudius Heine <ch@denx.de>
Link: https://lore.kernel.org/r/20210617085230.1851503-4-ch@denx.de
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic32x4.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt index ca75890f0d07..f59125bc79d1 100644 --- a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt +++ b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt @@ -6,6 +6,7 @@ Required properties: - compatible - "string" - One of: "ti,tlv320aic32x4" TLV320AIC3204 "ti,tlv320aic32x6" TLV320AIC3206, TLV320AIC3256 + "ti,tas2505" TAS2505, TAS2521 - reg: I2C slave address - supply-*: Required supply regulators are: "iov" - digital IO power supply |