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

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

Merge "ARM: dts: qcom: Add skin mitigation to mitigate display in Kona QRD"

parents 9a010fa0 cf585a09
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -754,6 +754,28 @@
			};
		};
	};

	skin-msm-therm-step {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&pm8150l_adc_tm ADC_AMUX_THM2_PU2>;
		wake-capable-sensor;
		trips {
			skin_trip: skin-config0 {
				temperature = <46000>;
				hysteresis = <0>;
				type = "passive";
			};
		};

		cooling-maps {
			lcd_cdev {
				trip = <&skin_trip>;
				cooling-device = <&mdss_mdp 153 153>;
			};
		};
	};
};

&sdhc_2 {