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

Commit 84a4f0a0 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

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
parent a60fa1e7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {