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

Commit 4bcd5b5e 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: update Kryo vreg min/max microvolt properties for msm8996"

parents 92d9e7eb ad8374b1
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -903,8 +903,8 @@
		reg = <0x99a2000 0x1000>, <0x99e0000 0x1000>,
		      <0x9820000 0x1000>;
		reg-names = "pm-apc", "pm-apcc", "apcs-csr";
		regulator-min-microvolt = <520000>;
		regulator-max-microvolt = <915000>;
		regulator-min-microvolt = <468400>;
		regulator-max-microvolt = <919200>;
		qcom,ldo-default-voltage = <750000>;
		qcom,retention-voltage = <520000>;
		qcom,ldo-headroom-voltage = <150000>;
@@ -917,8 +917,8 @@
		qcom,cluster-num = <0>;
		kryo0_retention_vreg: regulator {
			regulator-name = "kryo0-retention";
			regulator-min-microvolt = <335000>;
			regulator-max-microvolt = <915000>;
			regulator-min-microvolt = <468400>;
			regulator-max-microvolt = <919200>;
		};
	};

@@ -928,8 +928,8 @@
		reg = <0x99d2000 0x1000>, <0x99e0000 0x1000>,
		      <0x9820000 0x1000>;
		reg-names = "pm-apc", "pm-apcc", "apcs-csr";
		regulator-min-microvolt = <520000>;
		regulator-max-microvolt = <915000>;
		regulator-min-microvolt = <468400>;
		regulator-max-microvolt = <919200>;
		qcom,ldo-default-voltage = <750000>;
		qcom,retention-voltage = <520000>;
		qcom,ldo-headroom-voltage = <150000>;
@@ -942,8 +942,8 @@
		qcom,apm-config-init = <0x0>;
		kryo1_retention_vreg: regulator {
			regulator-name = "kryo1-retention";
			regulator-min-microvolt = <335000>;
			regulator-max-microvolt = <915000>;
			regulator-min-microvolt = <468400>;
			regulator-max-microvolt = <919200>;
		};
	};

+8 −6
Original line number Diff line number Diff line
@@ -298,7 +298,8 @@
};

&kryo0_vreg {
	regulator-max-microvolt = <865000>;
	regulator-min-microvolt = <468864>;
	regulator-max-microvolt = <808896>;
	qcom,vref-functional-step-voltage = <4048>;
	qcom,vref-functional-min-voltage = <294800>;
	qcom,vref-retention-step-voltage = <4462>;
@@ -307,12 +308,13 @@
};

&kryo0_retention_vreg {
	regulator-min-microvolt = <324950>;
	regulator-max-microvolt = <865000>;
	regulator-min-microvolt = <467734>;
	regulator-max-microvolt = <891624>;
};

&kryo1_vreg {
	regulator-max-microvolt = <865000>;
	regulator-min-microvolt = <468864>;
	regulator-max-microvolt = <808896>;
	qcom,vref-functional-step-voltage = <4048>;
	qcom,vref-functional-min-voltage = <294800>;
	qcom,vref-retention-step-voltage = <4462>;
@@ -321,8 +323,8 @@
};

&kryo1_retention_vreg {
	regulator-min-microvolt = <324950>;
	regulator-max-microvolt = <865000>;
	regulator-min-microvolt = <467734>;
	regulator-max-microvolt = <891624>;
};

/* GPU overrides */