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

Commit e913d2e2 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Add modem mitigation for policy engine in lahaina

Add Modem mitigation for both CX and MX policy engine violation
in lahaina.

Change-Id: I1486e167ca4168d835191c8a18d91c4ef5fd8a96
parent a38f91e2
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1218,6 +1218,12 @@
				hysteresis = <1>;
				type = "passive";
			};

			mx_pe_config3: mx-pe-config3 {
				temperature = <3>;
				hysteresis = <1>;
				type = "passive";
			};
		};

		cooling-maps {
@@ -1230,6 +1236,11 @@
				trip = <&mx_pe_config2>;
				cooling-device = <&msm_gpu 1 1>;
			};

			mx_pe_cdev_3 {
				trip = <&mx_pe_config3>;
				cooling-device = <&modem_tj 1 1>;
			};
		};
	};

@@ -1258,6 +1269,12 @@
			};

			cx_pe_config4: cx-pe-config4 {
				temperature = <4>;
				hysteresis = <1>;
				type = "passive";
			};

			cx_pe_config5: cx-pe-config5 {
				temperature = <5>;
				hysteresis = <2>;
				type = "passive";
@@ -1282,6 +1299,11 @@

			cx_pe_cdev_4 {
				trip = <&cx_pe_config4>;
				cooling-device = <&modem_tj 1 1>;
			};

			cx_pe_cdev_5 {
				trip = <&cx_pe_config5>;
				cooling-device = <&cdsp_sw 4 4>;
			};
		};