Commit ad480e01 authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross
Browse files

arm64: dts: msm8998-mtp: thermal: Remove skin and battery thermal zones



The msm8998-mtp doesn't have TSENS-based sensors wired up for skin and
battery thermal zones. TSENS sensors should be common across all boards
using the SoC and shouldn't be board-specific as these entries.

They also show the following error when trying to read the temperature

   cat: read error: Invalid argument

Remove these board-specific erroneous thermal zones.

Fixes: 4449b6f2 ("arm64: dts: qcom: msm8998: Add tsens and thermal-zones")
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Tested-by: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent f3eb39a5
Loading
Loading
Loading
Loading
+0 −38
Original line number Diff line number Diff line
@@ -15,44 +15,6 @@
		stdout-path = "serial0:115200n8";
	};

	thermal-zones {
		battery-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

			thermal-sensors = <&tsens0 0>;

			trips {
				battery_crit: trip0 {
					temperature = <60000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};

		skin-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

			thermal-sensors = <&tsens1 5>;

			trips {
				skin_alert: trip0 {
					temperature = <44000>;
					hysteresis = <2000>;
					type = "passive";
				};

				skip_crit: trip1 {
					temperature = <70000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};
	};

	vph_pwr: vph-pwr-regulator {
		compatible = "regulator-fixed";
		regulator-name = "vph_pwr";