aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorGravatar Peter Rosin <peda@axentia.se> 2016-05-14 23:09:38 +0200
committerGravatar Mark Brown <broonie@kernel.org> 2016-05-30 16:15:55 +0100
commite1f90fc2d2767145c64fad838e29d1a43abb4792 (patch)
treedccde4a54ffb81d3ad7179f76a24e94cff63f723 /Documentation/devicetree/bindings/sound
parentLinux 4.7-rc1 (diff)
downloadlinux-e1f90fc2d2767145c64fad838e29d1a43abb4792.tar.gz
linux-e1f90fc2d2767145c64fad838e29d1a43abb4792.tar.bz2
linux-e1f90fc2d2767145c64fad838e29d1a43abb4792.zip
ASoC: max8960: add bindings for the max9860 codec
This adds the device tree binding documentation for the Maxim Integrated MAX9860 mono audio voice codec. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/max9860.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max9860.txt b/Documentation/devicetree/bindings/sound/max9860.txt
new file mode 100644
index 000000000000..e0d4e95e31b3
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/max9860.txt
@@ -0,0 +1,28 @@
+MAX9860 Mono Audio Voice Codec
+
+Required properties:
+
+ - compatible : "maxim,max9860"
+
+ - reg : the I2C address of the device
+
+ - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for
+ the device, as covered in bindings/regulator/regulator.txt
+
+ - clock-names : Required element: "mclk".
+
+ - clocks : A clock specifier for the clock connected as MCLK.
+
+Examples:
+
+ max9860: max9860@10 {
+ compatible = "maxim,max9860";
+ reg = <0x10>;
+
+ AVDD-supply = <&reg_1v8>;
+ DVDD-supply = <&reg_1v8>;
+ DVDDIO-supply = <&reg_3v0>;
+
+ clock-names = "mclk";
+ clocks = <&pck2>;
+ };