pinctrl-names = "default";
                pinctrl-0 = <&prox_irq_default>;
        };
+
+       regulator@3e {
+               compatible = "ti,tps65132";
+               reg = <0x3e>;
+
+               pinctrl-names = "default";
+               pinctrl-0 = <®_lcd_en_default>;
+
+               reg_lcd_pos: outp {
+                       regulator-name = "outp";
+                       regulator-min-microvolt = <5400000>;
+                       regulator-max-microvolt = <5400000>;
+                       enable-gpios = <&msmgpio 97 GPIO_ACTIVE_HIGH>;
+                       regulator-active-discharge = <1>;
+               };
+
+               reg_lcd_neg: outn {
+                       regulator-name = "outn";
+                       regulator-min-microvolt = <5400000>;
+                       regulator-max-microvolt = <5400000>;
+                       enable-gpios = <&msmgpio 32 GPIO_ACTIVE_HIGH>;
+                       regulator-active-discharge = <1>;
+               };
+       };
 };
 
 &blsp_i2c5 {
                bias-disable;
        };
 
+       reg_lcd_en_default: reg-lcd-en-default {
+               pins = "gpio32", "gpio97";
+               function = "gpio";
+
+               drive-strength = <2>;
+               bias-disable;
+       };
+
        sdhc2_cd_default: sdhc2-cd-default {
                pins = "gpio56";
                function = "gpio";