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

Commit d7d1970c authored by Sagar Chormale's avatar Sagar Chormale Committed by Sivasri Kumar Vanka
Browse files

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



Add regulator cooling device for CX regulator for MDM9607,
the cooling device will be used to place voltage floor restriction.

Change-Id: I95cc359634fa2e7c49a5353a5d7934969852f74e
Signed-off-by: default avatarSagar Chormale <schormal@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent 285fd081
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -70,6 +70,14 @@
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
		};

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

	rpm-regulator-smpa4 {
@@ -264,6 +272,14 @@
			qcom,use-voltage-floor-level;
			qcom,always-send-voltage;
		};

		mx_cdev: mx {
			compatible = "qcom,regulator-cooling-device";
			regulator-cdev-supply = <&mdm9607_l12_floor_level>;
			regulator-levels = <RPM_SMD_REGULATOR_LEVEL_NOM_PLUS
					RPM_SMD_REGULATOR_LEVEL_RETENTION>;
			#cooling-cells = <2>;
		};
	};

	rpm-regulator-ldoa13 {