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

Commit 218ca7ea authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Update CXIPeak bypass client list for TRINKET



Update CXIPeak hardware bypass client list by adding VICTIM1
bypass offsets based on latest recommendation for TRINKET.

Change-Id: Iaeee0506d92b641b27ee5cb333573cd18cf13037
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 48ea38e5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -80,9 +80,10 @@

	cxip_cdev: cxip-cdev@3ed000 {
		compatible = "qcom,cxip-lm-cooling-device";
		reg = <0x3ed000 0xa008>;
		reg = <0x3ed000 0xc00c>;
		qcom,thermal-client-offset = <0x9000>;
		qcom,bypass-client-list = <0xa004>;
		/* 2nd and 3rd offsets to bypass VICTIM1 */
		qcom,bypass-client-list = <0xa004 0xc004 0xc008>;
		#cooling-cells = <2>;
	};
};