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

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

ARM: dts: msm: use voltage mitigation for pop mem in lahaina

Pop mem rule right now mitigates gold and gold+ CPUs separately based on
frequency. Use the voltage mitigation device instead to bring the APC1
voltage for lahaina.

Change-Id: I62103a825a8b6675104777ad0735f9d3515192c1
parent 84a4f0a0
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -661,17 +661,10 @@
		};

		cooling-maps {
			pop_cdev4 {
			pop_cdev {
				trip = <&pop_trip>;
				cooling-device =
					<&CPU4 THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};

			pop_cdev7 {
				trip = <&pop_trip>;
				cooling-device =
					<&CPU7 THERMAL_NO_LIMIT
					<&apc1_cluster THERMAL_NO_LIMIT
						THERMAL_NO_LIMIT>;
			};
		};