Skip to content

Commit

Permalink
ASoC: max8960: add bindings for the max9860 codec
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Rosin authored and Mark Brown committed May 30, 2016
1 parent 1a695a9 commit e1f90fc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Documentation/devicetree/bindings/sound/max9860.txt
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit e1f90fc

Please sign in to comment.