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

Commit f1a86cc9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update gpu thermal vote for VDD restriction for SDM670"

parents 44e5d3d4 0a0961f2
Loading
Loading
Loading
Loading
+6 −2
Original line number Original line Diff line number Diff line
@@ -471,7 +471,9 @@
			};
			};
			gpu_vdd_cdev {
			gpu_vdd_cdev {
				trip = <&aoss0_trip>;
				trip = <&aoss0_trip>;
				cooling-device = <&msm_gpu 0 0>;
				/* Vote for SVS_L1 for GPU */
				cooling-device = <&msm_gpu (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};
			};
			cx_vdd_cdev {
			cx_vdd_cdev {
				trip = <&aoss0_trip>;
				trip = <&aoss0_trip>;
@@ -521,7 +523,9 @@
			};
			};
			gpu_vdd_cdev {
			gpu_vdd_cdev {
				trip = <&aoss1_trip>;
				trip = <&aoss1_trip>;
				cooling-device = <&msm_gpu 0 0>;
				/* Vote for SVS_L1 for GPU */
				cooling-device = <&msm_gpu (THERMAL_MAX_LIMIT-3)
							(THERMAL_MAX_LIMIT-3)>;
			};
			};
			cx_vdd_cdev {
			cx_vdd_cdev {
				trip = <&aoss1_trip>;
				trip = <&aoss1_trip>;