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

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

Merge "ARM: dts: qcom: update skin thermal zone mitigation for LITO QRD"

parents d94bcff8 5e8b30b6
Loading
Loading
Loading
Loading
+55 −0
Original line number Diff line number Diff line
@@ -288,12 +288,42 @@
		thermal-sensors = <&pm8150_adc_tm ADC_XO_THERM_PU2>;
		wake-capable-sensor;
		trips {
			skin_batt_trip0: skin-batt-trip0 {
				temperature = <42000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_batt_trip1: skin-batt-trip1 {
				temperature = <44000>;
				hysteresis = <2000>;
				type = "passive";
			};

			skin_batt_trip2: skin-batt-trip2 {
				temperature = <48000>;
				hysteresis = <4000>;
				type = "passive";
			};

			skin_batt_trip3: skin-batt-trip3 {
				temperature = <50000>;
				hysteresis = <2000>;
				type = "passive";
			};

			gold_plus_trip: gold-plus-trip {
				temperature = <50000>;
				hysteresis = <0>;
				type = "passive";
			};

			skin_batt_trip4: skin-batt-trip4 {
				temperature = <52000>;
				hysteresis = <2000>;
				type = "passive";
			};

			gold_trip: gold-trip {
				temperature = <52000>;
				hysteresis = <0>;
@@ -375,6 +405,31 @@
				cooling-device = <&msm_npu THERMAL_MAX_LIMIT
						THERMAL_MAX_LIMIT>;
			};

			skin_batt_cdev0 {
				trip = <&skin_batt_trip0>;
				cooling-device = <&pm7250b_charger 1 1>;
			};

			skin_batt_cdev1 {
				trip = <&skin_batt_trip1>;
				cooling-device = <&pm7250b_charger 5 5>;
			};

			skin_batt_cdev2 {
				trip = <&skin_batt_trip2>;
				cooling-device = <&pm7250b_charger 7 7>;
			};

			skin_batt_cdev3 {
				trip = <&skin_batt_trip3>;
				cooling-device = <&pm7250b_charger 9 9>;
			};

			skin_batt_cdev4 {
				trip = <&skin_batt_trip4>;
				cooling-device = <&pm7250b_charger 11 11>;
			};
		};
	};