ARM: dts: msm: Enable CPU voltage cooling device for lahaina

Enable CPU voltage cooling device for APC1 cluster including cpu 4 and 7
for lahaina. This will enable thermal framework to achieve voltage
reduction in APC1 rail by bringing down both gold and gold+ frequency
based on voltage.

Change-Id: I61b8767bb4c3999358d05e37903caaf144f46005
This commit is contained in:
Ram Chandrasekar
2020-03-31 14:06:46 -07:00
parent a60fa1e7a0
commit 84a4f0a0e2

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 {