Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c03d3a03 authored by David Keitel's avatar David Keitel
Browse files

ARM: dts: msm: add qcom,init-voltage-corner for VDD_GFX on msm8994



Specify a default voltage corner value of 3 (SVS SOC) for the VDD_GFX
supply regulator pmi8994_s2_corner since no consumer will be requesting
any specific voltage corner value. This is needed since the RPM will
only enable the VDD_GFX regulator if some corner value is passed along
with the enable request.

Change-Id: Ibb887d74afd7fa3f29d450568e9bffe7b6aea6ed
Signed-off-by: default avatarDavid Keitel <dkeitel@codeaurora.org>
parent 4f287db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -447,6 +447,7 @@
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pmi8994_s2_corner";
			qcom,set = <3>;
			qcom,init-voltage-corner = <3>; /* SVS SOC */
			regulator-min-microvolt = <1>;
			regulator-max-microvolt = <7>;
			qcom,use-voltage-corner;