aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-05-31 16:41:50 -0400
committerMark Brown <broonie@kernel.org>2016-06-02 06:15:25 -0400
commit10ff08029d9880e4bf70de0535f34ce239af7a9a (patch)
treea4709fa33946498bf114ed3337865c5383a2429b
parent1a695a905c18548062509178b98bc91e67510864 (diff)
ASoC: sgtl5000: Place optional properties in the correct section
'micbias-resistor-k-ohms' and 'micbias-voltage-m-volts' are optional properties, so move them below the 'Optional properties' line. While at it, fix a typo in 'mentioned'. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/sound/sgtl5000.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 0e5e4eb3ef1b..5666da7b8605 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -7,6 +7,14 @@ Required properties:
7 7
8- clocks : the clock provider of SYS_MCLK 8- clocks : the clock provider of SYS_MCLK
9 9
10- VDDA-supply : the regulator provider of VDDA
11
12- VDDIO-supply: the regulator provider of VDDIO
13
14Optional properties:
15
16- VDDD-supply : the regulator provider of VDDD
17
10- micbias-resistor-k-ohms : the bias resistor to be used in kOmhs 18- micbias-resistor-k-ohms : the bias resistor to be used in kOmhs
11 The resistor can take values of 2k, 4k or 8k. 19 The resistor can take values of 2k, 4k or 8k.
12 If set to 0 it will be off. 20 If set to 0 it will be off.
@@ -15,17 +23,9 @@ Required properties:
15 23
16- micbias-voltage-m-volts : the bias voltage to be used in mVolts 24- micbias-voltage-m-volts : the bias voltage to be used in mVolts
17 The voltage can take values from 1.25V to 3V by 250mV steps 25 The voltage can take values from 1.25V to 3V by 250mV steps
18 If this node is not mentionned or the value is unknown, then 26 If this node is not mentioned or the value is unknown, then
19 the value is set to 1.25V. 27 the value is set to 1.25V.
20 28
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
29Example: 29Example:
30 30
31codec: sgtl5000@0a { 31codec: sgtl5000@0a {