aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWonjoon Lee2014-06-20 03:03:15 -0500
committerMark Brown2014-06-30 13:51:23 -0500
commit053e69d57cc6253b19ea661f929c8c1b6a907bff (patch)
tree55210469f176fcdace255da074a01ad3daf63210 /Documentation/devicetree/bindings/sound/max98090.txt
parent6c49a986957bc5fe39b29166cb7fad573dc242ba (diff)
downloadti-linux-kernel-053e69d57cc6253b19ea661f929c8c1b6a907bff.tar.gz
ti-linux-kernel-053e69d57cc6253b19ea661f929c8c1b6a907bff.tar.xz
ti-linux-kernel-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.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.
4 4
5Required properties: 5Required properties:
6 6
7- compatible : "maxim,max98090". 7- compatible : "maxim,max98090" or "maxim,max98091".
8 8
9- reg : The I2C address of the device. 9- reg : The I2C address of the device.
10 10