]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: mfd: LMU: Fix lm3632 dt binding example
authorDan Murphy <dmurphy@ti.com>
Fri, 5 Apr 2019 14:19:07 +0000 (09:19 -0500)
committerLee Jones <lee.jones@linaro.org>
Tue, 14 May 2019 07:13:27 +0000 (08:13 +0100)
Fix the lm3632 dt binding examples as the LCM enable GPIOs
are defined as enable GPIOs per the regulator/lm363x-regulator.txt
bindings document.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/ti-lmu.txt

index 980394d701a7275f5a26738ec13d90c349998d3b..86ca786d54fc1a4ce28b83066b886d8c7d5167a2 100644 (file)
@@ -104,8 +104,8 @@ lm3632@11 {
        regulators {
                compatible = "ti,lm363x-regulator";
 
-               ti,lcm-en1-gpio = <&pioC 0 GPIO_ACTIVE_HIGH>; /* PC0 */
-               ti,lcm-en2-gpio = <&pioC 1 GPIO_ACTIVE_HIGH>; /* PC1 */
+               enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>,
+                              <&pioC 1 GPIO_ACTIVE_HIGH>;
 
                vboost {
                        regulator-name = "lcd_boost";