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

Commit a6355b75 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: qcom: Update CXIPeak bypass client list for BENGAL

Update CXIPeak hardware bypass client list by adding SDE client
bypass offset and VICTIM1 bypass offsets based on latest
recommendation for BENGAL.

Change-Id: Ib61d4972bd7f36d84d2e1b89a17cf423023e44ca
parent 8eccfdc4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -124,9 +124,10 @@

	cxip_cdev: cxip-cdev@3ed000 {
		compatible = "qcom,cxip-lm-cooling-device";
		reg = <0x3ed000 0x800c>;
		reg = <0x3ed000 0xc00c>;
		qcom,thermal-client-offset = <0x8000>;
		qcom,bypass-client-list = <0x1004 0x4004>;
		/* 4th and 5th offsets to bypass VICTIM1 */
		qcom,bypass-client-list = <0x1004 0x4004 0x6004 0xc004 0xc008>;
		#cooling-cells = <2>;
	};
};