Patch "arm64: dts: juno: Add thermal critical trip points" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: juno: Add thermal critical trip points

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-juno-add-thermal-critical-trip-points.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 6dab8ed2608b10d3449bbcf077182fd8c27e9f4a
Author: Cristian Marussi <cristian.marussi@xxxxxxx>
Date:   Fri Oct 28 15:08:33 2022 +0100

    arm64: dts: juno: Add thermal critical trip points
    
    [ Upstream commit c4a7b9b587ca1bb4678d48d8be7132492b23a81c ]
    
    When thermnal zones are defined, trip points definitions are mandatory.
    Define a couple of critical trip points for monitoring of existing
    PMIC and SOC thermal zones.
    
    This was lost between txt to yaml conversion and was re-enforced recently
    via the commit 8c596324232d ("dt-bindings: thermal: Fix missing required property")
    
    Cc: Rob Herring <robh+dt@xxxxxxxxxx>
    Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>
    Cc: devicetree@xxxxxxxxxxxxxxx
    Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx>
    Fixes: f7b636a8d83c ("arm64: dts: juno: add thermal zones for scpi sensors")
    Link: https://lore.kernel.org/r/20221028140833.280091-8-cristian.marussi@xxxxxxx
    Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 2f27619d8abd..8b4d280b1e7e 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -751,12 +751,26 @@ pmic {
 			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 {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux