summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnirudh Ghayal <aghayal@codeaurora.org>2016-11-15 19:40:48 +0530
committerAshish Garg <ashigarg@codeaurora.org>2016-11-18 10:15:22 +0530
commit323102d37843df7710cea797f7857eb691109c8b (patch)
tree952b075b4bc73357bf4697e8529cd69bb2178730 /arch
parent61f26e3aa5eee4fd8947ecca1cc45b5634e146b8 (diff)
ARM: dts: msm: Add dummy regulator for LCDB bias
Add the LDO and NCP display +ve and -ve bias for LCD display. Change-Id: Ia85688854f26fe871d5c1253c2d51d75d84deb8f Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt-interposer-pmfalcon.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-interposer-pmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-interposer-pmfalcon.dtsi
index 274281f7c982..d42ea76a23b7 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt-interposer-pmfalcon.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt-interposer-pmfalcon.dtsi
@@ -277,3 +277,19 @@
#include "msm-pm2falcon.dtsi"
#include "msmfalcon-regulator.dtsi"
+/* dummy LCDB regulator nodes */
+&soc {
+ lcdb_ldo_vreg: regulator-vdisp-vreg {
+ compatible = "qcom,stub-regulator";
+ regulator-name = "lcdb_ldo";
+ regulator-min-microvolt = <4000000>;
+ regulator-max-microvolt = <6000000>;
+ };
+
+ lcdb_ncp_vreg: regulator-vdisn-vreg {
+ compatible = "qcom,stub-regulator";
+ regulator-name = "lcdb_ncp";
+ regulator-min-microvolt = <4000000>;
+ regulator-max-microvolt = <6000000>;
+ };
+};