summaryrefslogtreecommitdiff
path: root/qcom/bengal-regulator.dtsi
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@qti.qualcomm.com>2019-10-15 21:40:15 +0530
committerManaf Meethalavalappu Pallikunhi <manafm@qti.qualcomm.com>2019-10-24 15:21:06 +0530
commit2be76c4525c0b0b71d16ba7c102379afef9e7567 (patch)
tree6c671bdf08be6c0ea725e752108ab828b4df15bc /qcom/bengal-regulator.dtsi
parentd324676842c687aca5b4a36ce8778073a8dae4f1 (diff)
downloaddevicetree-2be76c4525c0b0b71d16ba7c102379afef9e7567.tar.gz
ARM: dts: qcom: Add regulator cooling devices for BENGAL
Add regulator cooling device for BENGAL. These cooling devices will be used to place minimum voltage restriction at low temperature for CX and MX rails. Change-Id: I23893256255c0ed7a962cb008def0d0e2a469a07
Diffstat (limited to 'qcom/bengal-regulator.dtsi')
-rw-r--r--qcom/bengal-regulator.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/qcom/bengal-regulator.dtsi b/qcom/bengal-regulator.dtsi
index fbd9ade0..ba3ca199 100644
--- a/qcom/bengal-regulator.dtsi
+++ b/qcom/bengal-regulator.dtsi
@@ -46,6 +46,14 @@
<RPM_SMD_REGULATOR_LEVEL_BINNING>;
qcom,use-voltage-level;
};
+
+ cx_cdev: cx-cdev-lvl {
+ compatible = "qcom,regulator-cooling-device";
+ regulator-cdev-supply = <&VDD_CX_FLOOR_LEVEL>;
+ regulator-levels = <RPM_SMD_REGULATOR_LEVEL_NOM
+ RPM_SMD_REGULATOR_LEVEL_NONE>;
+ #cooling-cells = <2>;
+ };
};
/* PM6125 S5 - VDD_MX/WCSS_MX supply */
@@ -88,6 +96,14 @@
<RPM_SMD_REGULATOR_LEVEL_BINNING>;
qcom,use-voltage-level;
};
+
+ mx_cdev: mx-cdev-lvl {
+ compatible = "qcom,regulator-cooling-device";
+ regulator-cdev-supply = <&VDD_MX_LEVEL>;
+ regulator-levels = <RPM_SMD_REGULATOR_LEVEL_NOM
+ RPM_SMD_REGULATOR_LEVEL_NONE>;
+ #cooling-cells = <2>;
+ };
};
rpm-regulator-smpa6 {