Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / max9860.txt
blobe0d4e95e31b33ac9bfc1fcaa85ac72da0481b002
1 MAX9860 Mono Audio Voice Codec
3 Required properties:
5   - compatible : "maxim,max9860"
7   - reg : the I2C address of the device
9   - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for
10     the device, as covered in bindings/regulator/regulator.txt
12   - clock-names : Required element: "mclk".
14   - clocks : A clock specifier for the clock connected as MCLK.
16 Examples:
18         max9860: max9860@10 {
19                 compatible = "maxim,max9860";
20                 reg = <0x10>;
22                 AVDD-supply = <&reg_1v8>;
23                 DVDD-supply = <&reg_1v8>;
24                 DVDDIO-supply = <&reg_3v0>;
26                 clock-names = "mclk";
27                 clocks = <&pck2>;
28         };