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

Commit 33e20e9e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b6496924 efb4dcff
Loading
Loading
Loading
Loading
+10 −9
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 {
@@ -653,17 +661,10 @@
		};

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

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