summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWonjoon Lee <woojoo.lee@samsung.com>2014-06-20 08:03:15 (GMT)
committerMark Brown <broonie@linaro.org>2014-06-30 18:51:23 (GMT)
commit053e69d57cc6253b19ea661f929c8c1b6a907bff (patch)
tree55210469f176fcdace255da074a01ad3daf63210 /Documentation
parent6c49a986957bc5fe39b29166cb7fad573dc242ba (diff)
downloadlinux-053e69d57cc6253b19ea661f929c8c1b6a907bff.tar.xz
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')
-rw-r--r--Documentation/devicetree/bindings/sound/max98090.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98090.txt b/Documentation/devicetree/bindings/sound/max98090.txt
index a5e63fa..c454e67 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.