Merge "ARM: dts: msm: use voltage mitigation for pop mem in lahaina"

This commit is contained in:
qctecmdr
2020-04-12 08:11:30 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -52,6 +52,14 @@
isens_vref_1p8-supply = <&pm8350c_l1_ao>;
isens-vref-1p8-settings = <1800000 1800000 20000>;
};
qcom,cpu-voltage-cdev {
compatible = "qcom,cc-cooling-devices";
apc1_cluster: qcom,apc1-cluster {
qcom,cpus = <&CPU4 &CPU7>;
#cooling-cells = <2>;
};
};
};
&msm_gpu {
@@ -653,17 +661,10 @@
};
cooling-maps {
pop_cdev4 {
pop_cdev {
trip = <&pop_trip>;
cooling-device =
<&CPU4 THERMAL_NO_LIMIT
THERMAL_NO_LIMIT>;
};
pop_cdev7 {
trip = <&pop_trip>;
cooling-device =
<&CPU7 THERMAL_NO_LIMIT
<&apc1_cluster THERMAL_NO_LIMIT
THERMAL_NO_LIMIT>;
};
};