summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/max98090.txt
diff options
context:
space:
mode:
authorWonjoon Lee <woojoo.lee@samsung.com>2014-06-20 13:33:15 +0530
committerMark Brown <broonie@linaro.org>2014-06-30 19:51:23 +0100
commit053e69d57cc6253b19ea661f929c8c1b6a907bff (patch)
tree55210469f176fcdace255da074a01ad3daf63210 /Documentation/devicetree/bindings/sound/max98090.txt
parent6c49a986957bc5fe39b29166cb7fad573dc242ba (diff)
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.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 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.