diff options
author | Mark Brown <broonie@kernel.org> | 2016-11-15 10:01:09 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-15 10:22:10 -0500 |
commit | 53a20465e6b674eb6ce594b0e9e8940495e95f33 (patch) | |
tree | 4d4c29c7c68ab2a1b69e4bd3903949356d2467e8 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
regulator: pwm: Add missing quotes to DT example
Reported-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/pwm-regulator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt index 3aeba9f86ed8..bf85aa9ad6a7 100644 --- a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt | |||
@@ -59,7 +59,7 @@ Any property defined as part of the core regulator binding can also be used. | |||
59 | 59 | ||
60 | Continuous Voltage With Enable GPIO Example: | 60 | Continuous Voltage With Enable GPIO Example: |
61 | pwm_regulator { | 61 | pwm_regulator { |
62 | compatible = "pwm-regulator; | 62 | compatible = "pwm-regulator"; |
63 | pwms = <&pwm1 0 8448 0>; | 63 | pwms = <&pwm1 0 8448 0>; |
64 | enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>; | 64 | enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>; |
65 | regulator-min-microvolt = <1016000>; | 65 | regulator-min-microvolt = <1016000>; |
@@ -76,7 +76,7 @@ Continuous Voltage With Enable GPIO Example: | |||
76 | 76 | ||
77 | Voltage Table Example: | 77 | Voltage Table Example: |
78 | pwm_regulator { | 78 | pwm_regulator { |
79 | compatible = "pwm-regulator; | 79 | compatible = "pwm-regulator"; |
80 | pwms = <&pwm1 0 8448 0>; | 80 | pwms = <&pwm1 0 8448 0>; |
81 | regulator-min-microvolt = <1016000>; | 81 | regulator-min-microvolt = <1016000>; |
82 | regulator-max-microvolt = <1114000>; | 82 | regulator-max-microvolt = <1114000>; |