Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / sound / ti,tas5086.txt
index d2866a0d6a262694ddc7dfd447da87a37a031a23..234dad296da7149ec0a910a3e4410c8871a0cd1e 100644 (file)
@@ -31,6 +31,9 @@ Optional properties:
 
                        Most systems should not set any of these properties.
 
+ - avdd-supply:         Power supply for AVDD, providing 3.3V
+ - dvdd-supply:         Power supply for DVDD, providing 3.3V
+
 Examples:
 
        i2c_bus {
@@ -39,5 +42,7 @@ Examples:
                        reg = <0x1b>;
                        reset-gpio = <&gpio 23 0>;
                        ti,charge-period = <156000>;
+                       avdd-supply = <&vdd_3v3_reg>;
+                       dvdd-supply = <&vdd_3v3_reg>;
                };
        };