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

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

Merge "ARM: dts: qcom: Update pm7250b alram sensor thermal config for HOLI"

parents 73825d4c c7a22b2c
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@
	#cooling-cells = <2>;
};

&pm7250b_charger {
	#cooling-cells = <2>;
};

&thermal_zones {
	socd {
		cooling-maps {
@@ -19,6 +23,24 @@
		};
	};

	pm7250b_tz {
		cooling-maps {
			battery_cdev0 {
				trip = <&pm7250b_trip0>;
				cooling-device =
					<&pm7250b_charger (THERMAL_MAX_LIMIT-1)
							(THERMAL_MAX_LIMIT-1)>;
			};

			battery_cdev1 {
				trip = <&pm7250b_trip1>;
				cooling-device =
					<&pm7250b_charger THERMAL_MAX_LIMIT
							THERMAL_MAX_LIMIT>;
			};
		};
	};

	pm6350_tz {
		cooling-maps {
			trip0_cpu0 {
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@
};

&thermal_zones {
	pm7250b-tz {
	pm7250b_tz {
		polling-delay-passive = <100>;
		polling-delay = <0>;
		thermal-governor = "step_wise";