Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / max9867.txt
blobb8bd914ee697b1435f0ebb47e4d3062961c61859
1 max9867 codec
3 This device supports I2C mode only.
5 Required properties:
7 - compatible : "maxim,max9867"
8 - reg : The chip select number on the I2C bus
10 Example:
12 &i2c {
13         max9867: max9867@18 {
14                 compatible = "maxim,max9867";
15                 reg = <0x18>;
16         };