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

Commit ab575eea 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: Enable VDD MX restriction for MDM9607"

parents 18fabf23 8c8228f9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -252,6 +252,18 @@
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
		};

		mdm9607_l12_floor_level: regulator-l12-floor-level {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "mdm9607_l12_floor_lebel";
			qcom,set = <3>;
			regulator-min-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_RETENTION>;
			regulator-max-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
			qcom,always-send-voltage;
		};
	};

	rpm-regulator-ldoa13 {
+5 −1
Original line number Diff line number Diff line
@@ -963,9 +963,13 @@
		qcom,freq-mitigation-value = <800000>;
		qcom,disable-cx-phase-ctrl;
		qcom,disable-gfx-phase-ctrl;
		qcom,disable-vdd-mx;
		qcom,disable-psm;
		qcom,disable-ocr;
		qcom,mx-restriction-temp = <10>;
		qcom,mx-restriction-temp-hysteresis = <5>;
		qcom,mx-retention-min =
			<RPM_SMD_REGULATOR_LEVEL_NOM_PLUS>;
		vdd-mx-supply = <&mdm9607_l12_floor_level>;
		qcom,vdd-restriction-temp = <5>;
		qcom,vdd-restriction-temp-hysteresis = <10>;
		vdd-dig-supply = <&mdm9607_s3_floor_level>;