aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-20 07:36:02 -0400
committerMark Brown <broonie@kernel.org>2014-10-20 07:36:02 -0400
commit5aa664d63391c14f52264eb08d70f8a074ae249e (patch)
tree539134746d006e25f1d893a3a170bb94388bd86e /Documentation/devicetree/bindings/sound
parent8735779774b8bbe14456c9e6ba4525eefc67a228 (diff)
parentc171b120c327e41278fc55d0b3d44be109dbf8c3 (diff)
Merge branch 'fix/sgtl5000' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-sgtl5000
Conflicts: Documentation/devicetree/bindings/sound/sgtl5000.txt
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/sgtl5000.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 1aab40339617..0e5e4eb3ef1b 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -18,6 +18,14 @@ Required properties:
18 If this node is not mentionned or the value is unknown, then 18 If this node is not mentionned or the value is unknown, then
19 the value is set to 1.25V. 19 the value is set to 1.25V.
20 20
21- VDDA-supply : the regulator provider of VDDA
22
23- VDDIO-supply: the regulator provider of VDDIO
24
25Optional properties:
26
27- VDDD-supply : the regulator provider of VDDD
28
21Example: 29Example:
22 30
23codec: sgtl5000@0a { 31codec: sgtl5000@0a {
@@ -26,4 +34,6 @@ codec: sgtl5000@0a {
26 clocks = <&clks 150>; 34 clocks = <&clks 150>;
27 micbias-resistor-k-ohms = <2>; 35 micbias-resistor-k-ohms = <2>;
28 micbias-voltage-m-volts = <2250>; 36 micbias-voltage-m-volts = <2250>;
37 VDDA-supply = <&reg_3p3v>;
38 VDDIO-supply = <&reg_3p3v>;
29}; 39};