summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAnish Kumar <yesanishhere@gmail.com>2015-03-09 15:50:34 -0700
committerMark Brown <broonie@kernel.org>2015-03-11 19:16:07 +0000
commit1ff2765182d1969947dfb50f4e42ebd7e83699fd (patch)
treef56a1426356915dbf9dc450f17842d714c1b1c42 /Documentation
parent9eccca0843205f87c00404b663188b88eb248051 (diff)
downloadop-kernel-dev-1ff2765182d1969947dfb50f4e42ebd7e83699fd.zip
op-kernel-dev-1ff2765182d1969947dfb50f4e42ebd7e83699fd.tar.gz
ASoC: Add max98925 codec driver
Signed-off-by: Anish Kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/max98925.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98925.txt b/Documentation/devicetree/bindings/sound/max98925.txt
new file mode 100644
index 0000000..27be63e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/max98925.txt
@@ -0,0 +1,22 @@
+max98925 audio CODEC
+
+This device supports I2C.
+
+Required properties:
+
+ - compatible : "maxim,max98925"
+
+ - vmon-slot-no : slot number used to send voltage information
+
+ - imon-slot-no : slot number used to send current information
+
+ - reg : the I2C address of the device for I2C
+
+Example:
+
+codec: max98925@1a {
+ compatible = "maxim,max98925";
+ vmon-slot-no = <0>;
+ imon-slot-no = <2>;
+ reg = <0x1a>;
+};
OpenPOWER on IntegriCloud