Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 760068be authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Mark Brown
Browse files

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: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5771a8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: