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

Commit 830e80c9 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: Add hotplug mitigation and vdd restriction on MSM8994"

parents 0e01752b 22ef1215
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -2193,10 +2193,10 @@
		qcom,therm-reset-temp = <115>;
		qcom,freq-step = <2>;
		qcom,freq-control-mask = <0xff>;
		qcom,core-limit-temp = <800>;
		qcom,core-limit-temp = <80>;
		qcom,core-temp-hysteresis = <10>;
		qcom,core-control-mask = <0xfe>;
		qcom,hotplug-temp = <900>;
		qcom,hotplug-temp = <90>;
		qcom,hotplug-temp-hysteresis = <20>;
		qcom,cpu-sensors = "tsens_tz_sensor7", "tsens_tz_sensor8",
				   "tsens_tz_sensor9", "tsens_tz_sensor10",
@@ -2208,6 +2208,29 @@
		qcom,freq-mitigation-control-mask = <0x01>;
		qcom,online-hotplug-core;
		qcom,synchronous-cluster-id = <0 1>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;

		vdd-dig-supply = <&pm8994_s1_floor_corner>;
		vdd-gfx-supply = <&pmi8994_s2_floor_corner>;

		qcom,vdd-dig-rstr{
			qcom,vdd-rstr-reg = "vdd-dig";
			qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
			qcom,min-level = <1>; /* No Request */
		};

		qcom,vdd-gfx-rstr{
			qcom,vdd-rstr-reg = "vdd-gfx";
			qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
			qcom,min-level = <1>; /* No Request */
		};

		qcom,vdd-apps-rstr{
			qcom,vdd-rstr-reg = "vdd-apps";
			qcom,levels = <302400 600000 600000>;
			qcom,freq-req;
		};
	};

	qcom,bcl {