diff options
author | Dan Murphy <dmurphy@ti.com> | 2019-04-05 10:19:07 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-14 03:13:27 -0400 |
commit | a2a0c4ef4e560061b2ec226924a3e2d8652c89b1 (patch) | |
tree | 8ffc41f6b25e7d36fc5e078b9344b4fea2eded26 | |
parent | a9bf6aa699568fb4ab7c0fc8c713c27fef155ed3 (diff) |
dt-bindings: mfd: LMU: Fix lm3632 dt binding example
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>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti-lmu.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti-lmu.txt b/Documentation/devicetree/bindings/mfd/ti-lmu.txt index 980394d701a7..86ca786d54fc 100644 --- a/Documentation/devicetree/bindings/mfd/ti-lmu.txt +++ b/Documentation/devicetree/bindings/mfd/ti-lmu.txt | |||
@@ -104,8 +104,8 @@ lm3632@11 { | |||
104 | regulators { | 104 | regulators { |
105 | compatible = "ti,lm363x-regulator"; | 105 | compatible = "ti,lm363x-regulator"; |
106 | 106 | ||
107 | ti,lcm-en1-gpio = <&pioC 0 GPIO_ACTIVE_HIGH>; /* PC0 */ | 107 | enable-gpios = <&pioC 0 GPIO_ACTIVE_HIGH>, |
108 | ti,lcm-en2-gpio = <&pioC 1 GPIO_ACTIVE_HIGH>; /* PC1 */ | 108 | <&pioC 1 GPIO_ACTIVE_HIGH>; |
109 | 109 | ||
110 | vboost { | 110 | vboost { |
111 | regulator-name = "lcd_boost"; | 111 | regulator-name = "lcd_boost"; |