ARM: dts: msm: add proxy vote for DSI supplies for msmcobalt

When continuous splash screen feature is enabled, the display needs to
be kept alive during the kernel boot up. Add proxy vote for all the
regulator supplies needed to keep the display panel alive over the DSI
interface until the display driver hand off can be executed.

CRs-Fixed: 1037857
Change-Id: I95544aaf607887ae34eace8a9b1f18a1375c5c6d
Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>
This commit is contained in:
Aravind Venkateswaran 2016-06-22 12:19:28 -07:00 committed by Kyle Yan
parent 533b2558a1
commit aade9051eb

View file

@ -149,6 +149,9 @@
pmcobalt_l1: regulator-l1 {
regulator-min-microvolt = <880000>;
regulator-max-microvolt = <880000>;
proxy-supply = <&pmcobalt_l1>;
qcom,proxy-consumer-enable;
qcom,proxy-consumer-current = <73400>;
status = "okay";
};
};
@ -158,6 +161,9 @@
pmcobalt_l2: regulator-l2 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
proxy-supply = <&pmcobalt_l2>;
qcom,proxy-consumer-enable;
qcom,proxy-consumer-current = <12560>;
status = "okay";
};
};
@ -298,6 +304,9 @@
pmcobalt_l14: regulator-l14 {
regulator-min-microvolt = <1880000>;
regulator-max-microvolt = <1880000>;
proxy-supply = <&pmcobalt_l14>;
qcom,proxy-consumer-enable;
qcom,proxy-consumer-current = <32000>;
status = "okay";
};
};