diff options
author | Wonjoon Lee <woojoo.lee@samsung.com> | 2014-06-20 10:03:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-30 20:51:23 +0200 |
commit | 053e69d57cc6253b19ea661f929c8c1b6a907bff (patch) | |
tree | 55210469f176fcdace255da074a01ad3daf63210 /Documentation/devicetree/bindings/sound/max98090.txt | |
parent | ASoC: max98090: Remove needless defines and line feeds (diff) | |
download | linux-053e69d57cc6253b19ea661f929c8c1b6a907bff.tar.xz linux-053e69d57cc6253b19ea661f929c8c1b6a907bff.zip |
ASoC: max98090: Add max98091 compatible string
The MAX98091 CODEC is the same as MAX98090 CODEC, but with an extra
microphone. Existing driver for MAX98090 CODEC already has support
for MAX98091 CODEC. Adding proper compatible string so that MAX98091
CODEC can be specified from device tree.
Signed-off-by: Wonjoon Lee <woojoo.lee@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Tushar Behera <tushar.b@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max98090.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max98090.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98090.txt b/Documentation/devicetree/bindings/sound/max98090.txt index a5e63fa47dc5..c454e67f54bb 100644 --- a/Documentation/devicetree/bindings/sound/max98090.txt +++ b/Documentation/devicetree/bindings/sound/max98090.txt @@ -4,7 +4,7 @@ This device supports I2C only. Required properties: -- compatible : "maxim,max98090". +- compatible : "maxim,max98090" or "maxim,max98091". - reg : The I2C address of the device. |