Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: pwm-regulator: fix example syntax

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>

authored by

Martin Blumenstingl and committed by
Mark Brown
760068be 5771a8c0

+1 -1
+1 -1
Documentation/devicetree/bindings/regulator/pwm-regulator.txt
··· 71 71 * Inverted PWM logic, and the duty cycle range is limited 72 72 * to 30%-70%. 73 73 */ 74 - pwm-dutycycle-range <700 300>; /* */ 74 + pwm-dutycycle-range = <700 300>; /* */ 75 75 }; 76 76 77 77 Voltage Table Example: