summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authoranish kumar <yesanishhere@gmail.com>2016-04-27 15:39:05 -0700
committerMark Brown <broonie@kernel.org>2016-04-28 18:16:04 +0100
commitca2cd6bc6663314ba7fbf66ba7b14e099671420e (patch)
tree7a44a8426f3b4d6d96e9cc50c474234478ed4325 /Documentation
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
downloadlinux-0-day-ca2cd6bc6663314ba7fbf66ba7b14e099671420e.tar.gz
linux-0-day-ca2cd6bc6663314ba7fbf66ba7b14e099671420e.tar.xz
ASoC: Add max98371 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/max98371.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98371.txt b/Documentation/devicetree/bindings/sound/max98371.txt
new file mode 100644
index 0000000000000..6c285235e64be
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/max98371.txt
@@ -0,0 +1,17 @@
+max98371 codec
+
+This device supports I2C mode only.
+
+Required properties:
+
+- compatible : "maxim,max98371"
+- reg : The chip select number on the I2C bus
+
+Example:
+
+&i2c {
+ max98371: max98371@0x31 {
+ compatible = "maxim,max98371";
+ reg = <0x31>;
+ };
+};