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

Commit 8a533079 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 restriction support for msm8916"

parents 6c537185 d65ba2cd
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1406,6 +1406,21 @@
		qcom,freq-mitigation-temp-hysteresis = <20>;
		qcom,freq-mitigation-value = <960000>;
		qcom,freq-mitigation-control-mask = <0x01>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;
		vdd-dig-supply = <&pm8916_s1_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-apps-rstr{
			qcom,vdd-rstr-reg = "vdd-apps";
			qcom,levels = <533330 800000 998400>;
			qcom,freq-req;
		};
	};

	qcom,bcl {