Merge pull request #2088 from loki666/aps2-fan

sm8650/ps2: tweak fan settings
This commit is contained in:
Philippe Simons
2025-11-29 23:56:13 +01:00
committed by GitHub

View File

@@ -183,8 +183,8 @@ index 000000000000..681ded735fe4
+ cpuss0-thermal {
+ polling-delay = <200>;
+ trips {
+ cpuss0_fan0: trip-point2 { temperature = <50000>; hysteresis = <3000>; type = "active"; };
+ cpuss0_fan1: trip-point3 { temperature = <55000>; hysteresis = <3000>; type = "active"; };
+ cpuss0_fan0: trip-point2 { temperature = <30000>; hysteresis = <5000>; type = "active"; };
+ cpuss0_fan1: trip-point3 { temperature = <45000>; hysteresis = <5000>; type = "active"; };
+ cpuss0_fan2: trip-point4 { temperature = <60000>; hysteresis = <3000>; type = "active"; };
+ cpuss0_fan3: trip-point5 { temperature = <65000>; hysteresis = <3000>; type = "active"; };
+ cpuss0_fan4: trip-point6 { temperature = <70000>; hysteresis = <3000>; type = "active"; };
@@ -205,8 +205,8 @@ index 000000000000..681ded735fe4
+ cpuss1-thermal {
+ polling-delay = <200>;
+ trips {
+ cpuss1_fan0: trip-point2 { temperature = <50000>; hysteresis = <3000>; type = "active"; };
+ cpuss1_fan1: trip-point3 { temperature = <55000>; hysteresis = <3000>; type = "active"; };
+ cpuss1_fan0: trip-point2 { temperature = <30000>; hysteresis = <5000>; type = "active"; };
+ cpuss1_fan1: trip-point3 { temperature = <45000>; hysteresis = <5000>; type = "active"; };
+ cpuss1_fan2: trip-point4 { temperature = <60000>; hysteresis = <3000>; type = "active"; };
+ cpuss1_fan3: trip-point5 { temperature = <65000>; hysteresis = <3000>; type = "active"; };
+ cpuss1_fan4: trip-point6 { temperature = <70000>; hysteresis = <3000>; type = "active"; };
@@ -227,8 +227,8 @@ index 000000000000..681ded735fe4
+ cpuss2-thermal {
+ polling-delay = <200>;
+ trips {
+ cpuss2_fan0: trip-point2 { temperature = <50000>; hysteresis = <3000>; type = "active"; };
+ cpuss2_fan1: trip-point3 { temperature = <55000>; hysteresis = <3000>; type = "active"; };
+ cpuss2_fan0: trip-point2 { temperature = <30000>; hysteresis = <5000>; type = "active"; };
+ cpuss2_fan1: trip-point3 { temperature = <45000>; hysteresis = <5000>; type = "active"; };
+ cpuss2_fan2: trip-point4 { temperature = <60000>; hysteresis = <3000>; type = "active"; };
+ cpuss2_fan3: trip-point5 { temperature = <65000>; hysteresis = <3000>; type = "active"; };
+ cpuss2_fan4: trip-point6 { temperature = <70000>; hysteresis = <3000>; type = "active"; };
@@ -249,8 +249,8 @@ index 000000000000..681ded735fe4
+ cpuss3-thermal {
+ polling-delay = <200>;
+ trips {
+ cpuss3_fan0: trip-point2 { temperature = <50000>; hysteresis = <3000>; type = "active"; };
+ cpuss3_fan1: trip-point3 { temperature = <55000>; hysteresis = <3000>; type = "active"; };
+ cpuss3_fan0: trip-point2 { temperature = <30000>; hysteresis = <5000>; type = "active"; };
+ cpuss3_fan1: trip-point3 { temperature = <45000>; hysteresis = <5000>; type = "active"; };
+ cpuss3_fan2: trip-point4 { temperature = <60000>; hysteresis = <3000>; type = "active"; };
+ cpuss3_fan3: trip-point5 { temperature = <65000>; hysteresis = <3000>; type = "active"; };
+ cpuss3_fan4: trip-point6 { temperature = <70000>; hysteresis = <3000>; type = "active"; };