Commit 58956294 authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8996: Add gpu cooling support

parent 8dc7dba0
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -972,6 +972,8 @@

			status = "disabled";

			#cooling-cells = <2>;

			gpu_opp_table: opp-table {
				compatible  ="operating-points-v2";

@@ -3209,7 +3211,14 @@
				gpu1_alert0: trip-point0 {
					temperature = <90000>;
					hysteresis = <2000>;
					type = "hot";
					type = "passive";
				};
			};

			cooling-maps {
				map0 {
					trip = <&gpu1_alert0>;
					cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
				};
			};
		};
@@ -3224,7 +3233,14 @@
				gpu2_alert0: trip-point0 {
					temperature = <90000>;
					hysteresis = <2000>;
					type = "hot";
					type = "passive";
				};
			};

			cooling-maps {
				map0 {
					trip = <&gpu2_alert0>;
					cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
				};
			};
		};