ASoC: ak4613: add single-end optional property for IN/OUT pins
[deliverable/linux.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 Optional properties:
11 - ak4613,in1-single-end : Boolean. Indicate input / output pins are single-ended.
12 - ak4613,in2-single-end rather than differential.
13 - ak4613,out1-single-end
14 - ak4613,out2-single-end
15 - ak4613,out3-single-end
16 - ak4613,out4-single-end
17 - ak4613,out5-single-end
18 - ak4613,out6-single-end
19
20 Example:
21
22 &i2c {
23 ak4613: ak4613@0x10 {
24 compatible = "asahi-kasei,ak4613";
25 reg = <0x10>;
26 };
27 };
This page took 0.03425 seconds and 5 git commands to generate.