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

Commit 538ae21d 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: add PM8004 dual phase SMPS2/SMPS4 regulator node for VDD_GFX"

parents 3785de2d e8717506
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -678,4 +678,20 @@
			status = "disabled";
		};
	};

	rpm-regulator-smpc2 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "smpc";
		qcom,resource-id = <2>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";

		regulator-s2 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm8004_s2";
			qcom,set = <3>;
			status = "disabled";
		};
	};
};
+24 −0
Original line number Diff line number Diff line
@@ -487,6 +487,30 @@
			qcom,init-voltage = <3150000>;
		};
	};

	/* PM8004 S2 + S4 = 2 phase VDD_GFX supply */
	rpm-regulator-smpc2 {
		status = "disabled";
		pm8004_s2_corner: regulator-s2-corner {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm8004_s2_corner";
			qcom,set = <3>;
			qcom,init-voltage-corner = <2>; /* SVS SOC */
			regulator-min-microvolt = <1>;
			regulator-max-microvolt = <7>;
			qcom,use-voltage-corner;
		};

		pm8004_s2_floor_corner: regulator-s2-floor-corner {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm8004_s2_floor_corner";
			qcom,set = <3>;
			regulator-min-microvolt = <1>;
			regulator-max-microvolt = <7>;
			qcom,use-voltage-floor-corner;
			qcom,always-send-voltage;
		};
	};
};

/* SPM controlled regulators: */