Commit 5449cabd authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'juno-fix-6.1' of...

Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Armv8 Juno fix for v6.1

Just a single fix to add the missing critical points in the thermal
zones that has been mandatory in the binding but was enforced in the
code recently.

* tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: juno: Add thermal critical trip points

Link: https://lore.kernel.org/r/20221102140156.2758137-1-sudeep.holla@arm.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents f76c7451 c4a7b9b5
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -751,12 +751,26 @@
			polling-delay = <1000>;
			polling-delay-passive = <100>;
			thermal-sensors = <&scpi_sensors0 0>;
			trips {
				pmic_crit0: trip0 {
					temperature = <90000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};

		soc {
			polling-delay = <1000>;
			polling-delay-passive = <100>;
			thermal-sensors = <&scpi_sensors0 3>;
			trips {
				soc_crit0: trip0 {
					temperature = <80000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};

		big_cluster_thermal_zone: big-cluster {