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

Commit 854e4572 authored by Osvaldo Banuelos's avatar Osvaldo Banuelos Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add mem-acc thresholds for msm8998 v2



Add mem-acc threshold and crossover voltage properties to the
VDD_APC0/1 CPR devices and a matching mem-acc crossover voltage
to the OSM device. Update the APM threshold voltage
to 800 mV for both clusters.

CRs-Fixed: 1088429
Change-Id: I747fd7665401803998b2824ace6dedbc5797b17f
Signed-off-by: default avatarOsvaldo Banuelos <osvaldob@codeaurora.org>
parent 466d6afc
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@
	qcom,acdextint0-val = <0x2cf9ae8 0x2cf9ae8>;
	qcom,acdextint1-val = <0x2cf9afc 0x2cf9afc>;
	qcom,acdautoxfer-val = <0x00000015 0x00000015>;
	qcom,perfcl-apcs-mem-acc-threshold-voltage = <852000>;
	qcom,apm-threshold-voltage = <800000>;

	/delete-property/ qcom,llm-sw-overr;
	qcom,pwrcl-speedbin0-v0 =
@@ -447,6 +449,8 @@
	compatible = "qcom,cprh-msm8998-v2-kbss-regulator";
	qcom,cpr-corner-switch-delay-time = <1042>;
	qcom,cpr-aging-ref-voltage = <1056000>;
	qcom,apm-threshold-voltage = <800000>;
	qcom,apm-hysteresis-voltage = <0>;
};

&apc0_pwrcl_vreg {
@@ -598,10 +602,14 @@
	compatible = "qcom,cprh-msm8998-v2-kbss-regulator";
	qcom,cpr-corner-switch-delay-time = <1042>;
	qcom,cpr-aging-ref-voltage = <1136000>;
	qcom,apm-threshold-voltage = <800000>;
	qcom,apm-hysteresis-voltage = <0>;
	qcom,mem-acc-threshold-voltage = <852000>;
	qcom,mem-acc-crossover-voltage = <852000>;
};

&apc1_perfcl_vreg {
	regulator-max-microvolt = <33>;
	regulator-max-microvolt = <34>;

	qcom,cpr-fuse-combos = <32>;
	qcom,cpr-speed-bins = <4>;