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

Commit 86e4c9ee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update VDD_APC0 CPR aging voltage and corner for SDM845 v2"

parents 3d9232a6 fc666ff7
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
			"APSS_SILVER_CPRH_STATUS_1",
			"SILVER_SAW4_PMIC_STS";

		qcom,cpr-aging-ref-voltage = <952000>;
		qcom,cpr-aging-ref-voltage = <1000000>;
		vdd-supply = <&pm8998_s13>;

		thread@0 {
@@ -254,7 +254,7 @@
				qcom,cpr-scaled-open-loop-voltage-as-ceiling;

				qcom,cpr-aging-max-voltage-adjustment = <15000>;
				qcom,cpr-aging-ref-corner = <14>;
				qcom,cpr-aging-ref-corner = <14 15>;
				qcom,cpr-aging-ro-scaling-factor = <1620>;
				qcom,allow-aging-voltage-adjustment =
					/* Speed bin 0 */
@@ -477,6 +477,18 @@
	};
};

/* VDD_APC0 */
&pm8998_s13 {
	regulator-min-microvolt = <568000>;
	regulator-max-microvolt = <1000000>;
};

/* VDD_APC1 */
&pm8998_s12 {
	regulator-min-microvolt = <568000>;
	regulator-max-microvolt = <1136000>;
};

&clock_cpucc {
	compatible = "qcom,clk-cpu-osm-v2";