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

Commit 52960c66 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

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



Add regulator cooling device for CX regulator for QCS405.
The cooling device will be used to place voltage floor restriction.

Change-Id: If349f69d9a53405d43f53e7386d4a8ed4b2c86f0
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent f2d7bad0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,6 +50,14 @@
					<RPM_SMD_REGULATOR_LEVEL_BINNING>;
			qcom,use-voltage-level;
		};

		cx_cdev: cx-cdev-lvl {
			compatible = "qcom,regulator-cooling-device";
			regulator-cdev-supply = <&pms405_s1_floor_level>;
			regulator-levels = <RPM_SMD_REGULATOR_LEVEL_NOM_PLUS
					RPM_SMD_REGULATOR_LEVEL_NONE>;
			#cooling-cells = <2>;
		};
	};

	/* PMS405 S2 - VDD_LPI_CX supply */