aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/tlv320aic3x.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
index 705a6b156c6c..ba2647751aa5 100644
--- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
+++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
@@ -24,10 +24,17 @@ Optional properties:
24 3 - MICBIAS output is connected to AVDD, 24 3 - MICBIAS output is connected to AVDD,
25 If this node is not mentioned or if the value is incorrect, then MicBias 25 If this node is not mentioned or if the value is incorrect, then MicBias
26 is powered down. 26 is powered down.
27- AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the
28 device as covered in Documentation/devicetree/bindings/regulator/regulator.txt
27 29
28Example: 30Example:
29 31
30tlv320aic3x: tlv320aic3x@1b { 32tlv320aic3x: tlv320aic3x@1b {
31 compatible = "ti,tlv320aic3x"; 33 compatible = "ti,tlv320aic3x";
32 reg = <0x1b>; 34 reg = <0x1b>;
35
36 AVDD-supply = <&regulator>;
37 IOVDD-supply = <&regulator>;
38 DRVDD-supply = <&regulator>;
39 DVDD-supply = <&regulator>;
33}; 40};