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

Commit 6b1f161c 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 vdd GFX restriction support for msmtitanium"

parents acc7a4ee 0fbdded3
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -490,6 +490,7 @@
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;
		qcom,vdd-restriction-temp-hysteresis = <10>;
		vdd-dig-supply = <&pmtitanium_s2_floor_level>;
		vdd-dig-supply = <&pmtitanium_s2_floor_level>;
		vdd-gfx-supply = <&gfx_vreg_corner>;


		qcom,vdd-dig-rstr {
		qcom,vdd-dig-rstr {
			qcom,vdd-rstr-reg = "vdd-dig";
			qcom,vdd-rstr-reg = "vdd-dig";
@@ -499,6 +500,12 @@
			qcom,min-level = <RPM_SMD_REGULATOR_LEVEL_NONE>;
			qcom,min-level = <RPM_SMD_REGULATOR_LEVEL_NONE>;
		};
		};


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

		msm_thermal_freq: qcom,vdd-apps-rstr {
		msm_thermal_freq: qcom,vdd-apps-rstr {
			qcom,vdd-rstr-reg = "vdd-apps";
			qcom,vdd-rstr-reg = "vdd-apps";
			qcom,levels = <1689600>;
			qcom,levels = <1689600>;