regulator: pwm-regulator: Ensure headings aren't confused with properties
authorLee Jones <lee.jones@linaro.org>
Thu, 9 Jul 2015 15:35:26 +0000 (16:35 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jul 2015 17:54:24 +0000 (18:54 +0100)
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>
Documentation/devicetree/bindings/regulator/pwm-regulator.txt

index 892b36655b3dccb6fce5382dbba8db41e582fdf3..23b47720b2e499201e4fa221e8f34329e3e2935a 100644 (file)
@@ -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
This page took 0.028868 seconds and 5 git commands to generate.