]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: tlv320aic3x: Add regulators to DT bindings document
authorJyri Sarha <jsarha@ti.com>
Tue, 17 Sep 2013 09:26:06 +0000 (12:26 +0300)
committerMark Brown <broonie@linaro.org>
Wed, 18 Sep 2013 14:47:58 +0000 (15:47 +0100)
Add regulator properties to tlv320aic3x DT bindings document.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/tlv320aic3x.txt

index 705a6b156c6c4fc00713443f5fa631996b259401..ba2647751aa5fe10a3157f34e5f555ed69a89610 100644 (file)
@@ -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>;
 };