|
@@ -24,10 +24,17 @@ Optional properties:
|
|
|
3 - MICBIAS output is connected to AVDD,
|
|
|
If this node is not mentioned or if the value is incorrect, then MicBias
|
|
|
is powered down.
|
|
|
+- AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the
|
|
|
+ device as covered in Documentation/devicetree/bindings/regulator/regulator.txt
|
|
|
|
|
|
Example:
|
|
|
|
|
|
tlv320aic3x: tlv320aic3x@1b {
|
|
|
compatible = "ti,tlv320aic3x";
|
|
|
reg = <0x1b>;
|
|
|
+
|
|
|
+ AVDD-supply = <®ulator>;
|
|
|
+ IOVDD-supply = <®ulator>;
|
|
|
+ DRVDD-supply = <®ulator>;
|
|
|
+ DVDD-supply = <®ulator>;
|
|
|
};
|