summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/regulator/pwm-regulator.txt
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2015-07-09 16:35:26 +0100
committerMark Brown <broonie@kernel.org>2015-07-09 18:54:24 +0100
commita505bfb10a0fc6f4342a2521b899d61ff2461e72 (patch)
tree2ce588021d8a7706b232bf181021a48724fe4c56 /Documentation/devicetree/bindings/regulator/pwm-regulator.txt
parent5ad2cb14f5b8f3cb3d8688115037751b1ff45455 (diff)
regulator: pwm-regulator: Ensure headings aren't confused with properties
We're using capitalisation and removing the '-' to mitigate confusion. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/pwm-regulator.txt')
-rw-r--r--Documentation/devicetree/bindings/regulator/pwm-regulator.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt
index 892b36655b3d..23b47720b2e4 100644
--- a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt
@@ -3,7 +3,7 @@ Bindings for the Generic PWM Regulator
Currently supports 2 modes of operation:
-voltage-table: When in this mode, a voltage table (See below) of
+Voltage Table: When in this mode, a voltage table (See below) of
predefined voltage <=> duty-cycle values must be
provided via DT. Limitations are that the regulator can
only operate at the voltages supplied in the table.
@@ -13,7 +13,7 @@ voltage-table: When in this mode, a voltage table (See below) of
the user if the assumptions made in continuous-voltage
mode do not reign true.
-continuous-voltage: This mode uses the regulator's maximum and minimum
+Continuous Voltage: This mode uses the regulator's maximum and minimum
supplied voltages specified in the
regulator-{min,max}-microvolt properties to calculate
appropriate duty-cycle values. This allows for a much