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

Commit c70142ba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pil-msa: Move MX regulator voltage to devicetree"

parents f2b51b5a b89e2c18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ Required properties:
- interrupts:         The modem watchdog interrupt
- vdd_cx-supply:      Reference to the regulator that supplies the vdd_cx domain.
- vdd_mx-supply:      Reference to the regulator that supplies the memory rail.
- vdd_mx-uV:          Voltage setting for the mx rail.
- qcom,firmware-name: Base name of the firmware image. Ex. "mdsp"

Optional properties:
@@ -49,6 +50,7 @@ Example:
		vdd_mss-supply = <&pm8841_s3>;
		vdd_cx-supply = <&pm8841_s2>;
		vdd_mx-supply = <&pm8841_s1>;
		vdd_mx-uV = <105000>;

		qcom,is-not-loadable;
		qcom,firmware-name = "mba";
+1 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,7 @@
		interrupts = <0 24 1>;
		vdd_cx-supply = <&pm8226_s1_corner>;
		vdd_mx-supply = <&pm8226_l3>;
		vdd_mx-uV = <1050000>;
		vdd_pll-supply = <&pm8226_l8>;
		qcom,vdd_pll = <1800000>;

+1 −0
Original line number Diff line number Diff line
@@ -826,6 +826,7 @@
		interrupts = <0 24 1>;
		vdd_cx-supply = <&pm8110_s1_corner>;
		vdd_mx-supply = <&pm8110_l3>;
		vdd_mx-uV = <1050000>;
		vdd_pll-supply = <&pm8110_l10>;
		qcom,vdd_pll = <1800000>;
		qcom,is-loadable;
+1 −0
Original line number Diff line number Diff line
@@ -1958,6 +1958,7 @@
		vdd_mss-supply = <&pm8841_s3>;
		vdd_cx-supply = <&pm8841_s2_corner>;
		vdd_mx-supply = <&pm8841_s1>;
		vdd_mx-uV = <1050000>;
		vdd_pll-supply = <&pm8941_l12>;
		qcom,vdd_pll = <1800000>;
		qcom,firmware-name = "mba";
+1 −0
Original line number Diff line number Diff line
@@ -389,6 +389,7 @@
		vdd_mss-supply = <&pmd9635_s1>;
		vdd_cx-supply = <&pmd9635_l3_corner>;
		vdd_mx-supply = <&pmd9635_s3>;
		vdd_mx-uV = <7>;
		vdd_pll-supply = <&pmd9635_l7>;
		qcom,vdd_pll = <1800000>;

Loading