We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1001354 commit 53a2046Copy full SHA for 53a2046
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
60
Continuous Voltage With Enable GPIO Example:
61
pwm_regulator {
62
- compatible = "pwm-regulator;
+ compatible = "pwm-regulator";
63
pwms = <&pwm1 0 8448 0>;
64
enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
65
regulator-min-microvolt = <1016000>;
@@ -76,7 +76,7 @@ Continuous Voltage With Enable GPIO Example:
76
77
Voltage Table Example:
78
79
80
81
82
regulator-max-microvolt = <1114000>;
0 commit comments