aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2013-09-17 12:26:06 +0300
committerMark Brown <broonie@linaro.org>2013-09-18 15:47:58 +0100
commitbe7c5926c22403b6f5895a10a73145925dd560a9 (patch)
tree5e2cfa95511ccf115254f2d9c6b2d4a6841c0b7c /Documentation/devicetree/bindings/sound
parentLinux 3.12-rc1 (diff)
downloadlinux-dev-be7c5926c22403b6f5895a10a73145925dd560a9.tar.xz
linux-dev-be7c5926c22403b6f5895a10a73145925dd560a9.zip
ASoC: tlv320aic3x: Add regulators to DT bindings document
Add regulator properties to tlv320aic3x DT bindings document. Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-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:
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 = <&regulator>;
+ IOVDD-supply = <&regulator>;
+ DRVDD-supply = <&regulator>;
+ DVDD-supply = <&regulator>;
};