Skip to content

Commit 53a2046

Browse files
committed
regulator: pwm: Add missing quotes to DT example
Reported-by: Peter Rosin <[email protected]> Signed-off-by: Mark Brown <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent 1001354 commit 53a2046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/regulator/pwm-regulator.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Any property defined as part of the core regulator binding can also be used.
5959

6060
Continuous Voltage With Enable GPIO Example:
6161
pwm_regulator {
62-
compatible = "pwm-regulator;
62+
compatible = "pwm-regulator";
6363
pwms = <&pwm1 0 8448 0>;
6464
enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
6565
regulator-min-microvolt = <1016000>;
@@ -76,7 +76,7 @@ Continuous Voltage With Enable GPIO Example:
7676

7777
Voltage Table Example:
7878
pwm_regulator {
79-
compatible = "pwm-regulator;
79+
compatible = "pwm-regulator";
8080
pwms = <&pwm1 0 8448 0>;
8181
regulator-min-microvolt = <1016000>;
8282
regulator-max-microvolt = <1114000>;

0 commit comments

Comments
 (0)