ARM: dts: qcom: enable thermal mitigation for sun boards
Add thermal mitigation step for sun boards so that clients like thermal SW can do thermal mitigation via charge_control_limit property under battery power supply. Change-Id: I0a4ec6e466d5cc52577a28334ec66eddcaf35ef5 Signed-off-by: Subbaraman Narayanamurthy <quic_subbaram@quicinc.com>
This commit is contained in:
@@ -63,6 +63,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
&battery_charger {
|
||||
qcom,thermal-mitigation-step = <500000>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
&pmic_glink_debug {
|
||||
i2c@106 {
|
||||
reg = <0x106>; /* I2C instance 6 in ADSP for SE5 */
|
||||
|
@@ -41,6 +41,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
&battery_charger {
|
||||
qcom,thermal-mitigation-step = <500000>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
&pmic_glink_debug {
|
||||
i2c@106 {
|
||||
reg = <0x106>; /* I2C instance 6 in ADSP for SE5 */
|
||||
|
@@ -39,6 +39,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
&battery_charger {
|
||||
qcom,thermal-mitigation-step = <500000>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
&pmic_glink_debug {
|
||||
i2c@106 {
|
||||
reg = <0x106>; /* I2C instance 6 in ADSP for SE5 */
|
||||
|
Reference in New Issue
Block a user