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

Commit 4f11ea43 authored by Ke Liu's avatar Ke Liu
Browse files

ARM: dts: msm: reduce CPR turbo floor voltage for msm8226



The device tree property qti,cpr-cond-min-voltage = <1140000> along with
an appropriate qti,cpr-cond-min-volt-fuse property value ensure that the
CPR turbo floor voltage is restricted to 1.14 V on devices that cannot
operate at lower voltages.

Therefore, reduce the default CPR turbo floor voltage to 1.1 V in order
to save power on devices that can operate at the lower voltage.

Change-Id: Ic939d4a7b1c4da0a28dd779fe6a900310ae9fab7
Signed-off-by: default avatarKe Liu <keliu@codeaurora.org>
parent 7cb5bf37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
					1275000 1275000>;
		qti,pvs-corner-ceiling-slow = <1050000 1150000 1275000>;
		qti,pvs-corner-ceiling-nom  = <1050000 1075000 1200000>;
		qti,pvs-corner-ceiling-fast = <1050000 1050000 1140000>;
		qti,pvs-corner-ceiling-fast = <1050000 1050000 1100000>;
		vdd-apc-supply = <&pm8226_s2>;

		vdd-mx-supply = <&pm8226_l3_ao>;
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
					1140000 1140000>;
	qti,pvs-corner-ceiling-slow = <1050000 1150000 1280000>;
	qti,pvs-corner-ceiling-nom  = <1050000 1080000 1200000>;
	qti,pvs-corner-ceiling-fast = <1050000 1050000 1140000>;
	qti,pvs-corner-ceiling-fast = <1050000 1050000 1100000>;
	qti,cpr-step-quotient = <30>;
	qti,cpr-up-threshold = <0>;
	qti,cpr-down-threshold = <5>;
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
					1140000 1140000>;
	qti,pvs-corner-ceiling-slow = <1050000 1150000 1280000>;
	qti,pvs-corner-ceiling-nom  = <1050000 1080000 1200000>;
	qti,pvs-corner-ceiling-fast = <1050000 1050000 1140000>;
	qti,pvs-corner-ceiling-fast = <1050000 1050000 1100000>;
	qti,cpr-step-quotient = <30>;
	qti,cpr-up-threshold = <0>;
	qti,cpr-down-threshold = <5>;