diff options
| author | Tushar Behera <tushar.behera@linaro.org> | 2014-04-23 05:13:58 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-04-23 06:37:27 -0400 |
| commit | c4839c87f508bdb2e5d735a064124dd6289a2853 (patch) | |
| tree | cd064154f84b35884541b704951641a3a6bc57ef /Documentation | |
| parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
ASoC: max98095: Add an explicit of_match_table
Create an explicit of_match_table entry for MAX98095 codec. Also
add a binding Documentation for this compatible string.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/max98095.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98095.txt b/Documentation/devicetree/bindings/sound/max98095.txt new file mode 100644 index 000000000000..bacbeaac72b5 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98095.txt | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | MAX98095 audio CODEC | ||
| 2 | |||
| 3 | This device supports I2C only. | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | |||
| 7 | - compatible : "maxim,max98095". | ||
| 8 | |||
| 9 | - reg : The I2C address of the device. | ||
| 10 | |||
| 11 | Example: | ||
| 12 | |||
| 13 | max98095: codec@11 { | ||
| 14 | compatible = "maxim,max98095"; | ||
| 15 | reg = <0x11>; | ||
| 16 | }; | ||
