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

Commit d0ed9d8f 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 and configure boost bypass RPM regulator on MSM8994"

parents 06220ef7 b6264420
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -663,4 +663,19 @@
			status = "disabled";
		};
	};

	rpm-regulator-bbyb {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "bbyb";
		qcom,resource-id = <1>;
		qcom,regulator-type = <0>;
		status = "disabled";

		regulator-bby {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pmi8994_boostbypass";
			qcom,set = <3>;
			status = "disabled";
		};
	};
};
+10 −0
Original line number Diff line number Diff line
@@ -465,6 +465,16 @@
			status = "okay";
		};
	};

	rpm-regulator-bbyb {
		status = "okay";
		pmi8994_boostbypass: regulator-bby {
			status = "okay";
			regulator-min-microvolt = <3150000>;
			regulator-max-microvolt = <3600000>;
			qcom,init-voltage = <3150000>;
		};
	};
};

/* SPM controlled regulators: */