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

Commit 46ab2985 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Add regulator cooling device for SDM845



Add regulator cooling device for CX, MX and EBI regulator for SDM845.
The cooling device will be used to place voltage floor restriction.

Change-Id: I66192d04b156a629baa3893db2c534468391f84b
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 641d4412
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -622,6 +622,13 @@
			regulator-min-microvolt = <RPMH_REGULATOR_LEVEL_OFF>;
			regulator-max-microvolt = <RPMH_REGULATOR_LEVEL_MAX>;
		};

		ebi_cdev: regulator-cdev {
			compatible = "qcom,rpmh-reg-cdev";
			mboxes = <&qmp_aop 0>;
			qcom,reg-resource-name = "ebi";
			#cooling-cells = <2>;
		};
	};

	rpmh-regulator-smpa2 {
@@ -718,6 +725,13 @@
			regulator-max-microvolt = <RPMH_REGULATOR_LEVEL_MAX>;
			qcom,min-dropout-voltage-level = <(-1)>;
		};

		cx_cdev: regulator-cdev {
			compatible = "qcom,rpmh-reg-cdev";
			mboxes = <&qmp_aop 0>;
			qcom,reg-resource-name = "cx";
			#cooling-cells = <2>;
		};
	};

	rpmh-regulator-ldoa1 {
@@ -786,6 +800,13 @@
			regulator-min-microvolt = <RPMH_REGULATOR_LEVEL_OFF>;
			regulator-max-microvolt = <RPMH_REGULATOR_LEVEL_MAX>;
		};

		mx_cdev: regulator-cdev {
			compatible = "qcom,rpmh-reg-cdev";
			mboxes = <&qmp_aop 0>;
			qcom,reg-resource-name = "mx";
			#cooling-cells = <2>;
		};
	};

	rpmh-regulator-ldoa5 {