regulator: pwm-regulator: fix example syntax
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 17 Jul 2017 13:18:23 +0000 (15:18 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 19 Jul 2017 10:57:06 +0000 (11:57 +0100)
The "Continuous Voltage" example specifies a pwm-dutycycle-range.
However, an equal sign is missing between the property name and value.
Fix this to allow copy and paste from the documentation when writing an
own .dts file with a pwm-regulator.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/pwm-regulator.txt

index bf85aa9..3d78d50 100644 (file)
@@ -71,7 +71,7 @@ Continuous Voltage With Enable GPIO Example:
                 * Inverted PWM logic, and the duty cycle range is limited
                 * to 30%-70%.
                 */
-               pwm-dutycycle-range <700 300>; /* */
+               pwm-dutycycle-range <700 300>; /* */
        };
 
 Voltage Table Example: