Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / ak4613.txt
1 AK4613 I2C transmitter
2
3 This device supports I2C mode only.
4
5 Required properties:
6
7 - compatible : "asahi-kasei,ak4613"
8 - reg : The chip select number on the I2C bus
9
10 Example:
11
12 &i2c {
13         ak4613: ak4613@0x10 {
14                 compatible = "asahi-kasei,ak4613";
15                 reg = <0x10>;
16         };
17 };