diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-16 13:36:05 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-16 13:42:30 +0100 |
commit | f2c4fa655f7139a181a6d6db99a49cab96ed0337 (patch) | |
tree | 83fac998ce78b939f627728b54d999c71c33410e /Documentation/devicetree/bindings/sound/tlv320aic3x.txt | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
download | blackbird-op-linux-f2c4fa655f7139a181a6d6db99a49cab96ed0337.tar.gz blackbird-op-linux-f2c4fa655f7139a181a6d6db99a49cab96ed0337.zip |
ASoC: tlv320aic3x: Add compatible strings for specific devices
The driver supports a range of devices but currently doesn't allow those
device names to be used for enumeration on DT. Add the currently listed
I2C IDs as compatible strings.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tlv320aic3x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic3x.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt index f47c3f589fd0..26f65f92f42d 100644 --- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt +++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt @@ -3,7 +3,13 @@ Texas Instruments - tlv320aic3x Codec module The tlv320aic3x serial control bus communicates through I2C protocols Required properties: -- compatible - "string" - "ti,tlv320aic3x" + +- compatible - "string" - One of: + "ti,tlv320aic3x" - Generic TLV320AIC3x device + "ti,tlv320aic33" - TLV320AIC33 + "ti,tlv320aic3007" - TLV320AIC3007 + + - reg - <int> - I2C slave address |