summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTushar Behera2014-04-23 11:13:58 +0200
committerMark Brown2014-04-23 12:37:27 +0200
commitc4839c87f508bdb2e5d735a064124dd6289a2853 (patch)
treecd064154f84b35884541b704951641a3a6bc57ef /Documentation
parentLinux 3.15-rc1 (diff)
downloadkernel-qcow2-linux-c4839c87f508bdb2e5d735a064124dd6289a2853.tar.gz
kernel-qcow2-linux-c4839c87f508bdb2e5d735a064124dd6289a2853.tar.xz
kernel-qcow2-linux-c4839c87f508bdb2e5d735a064124dd6289a2853.zip
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.txt16
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 @@
+MAX98095 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible : "maxim,max98095".
+
+- reg : The I2C address of the device.
+
+Example:
+
+max98095: codec@11 {
+ compatible = "maxim,max98095";
+ reg = <0x11>;
+};