summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/max9867.txt
diff options
context:
space:
mode:
authoranish kumar <yesanishhere@gmail.com>2016-02-17 17:28:49 -0800
committerMark Brown <broonie@kernel.org>2016-02-18 14:17:48 +0000
commit805d132dcbbdbdf8339008f4f964490cf6ff3025 (patch)
tree07a243cd16ed84b46f740db2ec2fc865f9932e0b /Documentation/devicetree/bindings/sound/max9867.txt
parentcffee535f0b09ab0801cbec01a8ae81595aa99bc (diff)
ASoC: Add max9867 codec driver
Signed-off-by: anish kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max9867.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/max9867.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max9867.txt b/Documentation/devicetree/bindings/sound/max9867.txt
new file mode 100644
index 000000000000..394cd4eb17ec
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/max9867.txt
@@ -0,0 +1,17 @@
+max9867 codec
+
+This device supports I2C mode only.
+
+Required properties:
+
+- compatible : "maxim,max9867"
+- reg : The chip select number on the I2C bus
+
+Example:
+
+&i2c {
+ max9867: max9867@0x18 {
+ compatible = "maxim,max9867";
+ reg = <0x18>;
+ };
+};