]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: pwm: Add missing quotes to DT example
authorMark Brown <broonie@kernel.org>
Tue, 15 Nov 2016 15:01:09 +0000 (15:01 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 15 Nov 2016 15:22:10 +0000 (15:22 +0000)
Reported-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/regulator/pwm-regulator.txt

index 3aeba9f86ed8ee515dc8a169aafd65a0d4a777ba..bf85aa9ad6a7e43a8334fe042f8d39e042bf59db 100644 (file)
@@ -59,7 +59,7 @@ Any property defined as part of the core regulator binding can also be used.
 
 Continuous Voltage With Enable GPIO Example:
        pwm_regulator {
-               compatible = "pwm-regulator;
+               compatible = "pwm-regulator";
                pwms = <&pwm1 0 8448 0>;
                enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
                regulator-min-microvolt = <1016000>;
@@ -76,7 +76,7 @@ Continuous Voltage With Enable GPIO Example:
 
 Voltage Table Example:
        pwm_regulator {
-               compatible = "pwm-regulator;
+               compatible = "pwm-regulator";
                pwms = <&pwm1 0 8448 0>;
                regulator-min-microvolt = <1016000>;
                regulator-max-microvolt = <1114000>;