From c66faf763dfc9b02d961725e085d3d07a7a1e422 Mon Sep 17 00:00:00 2001 From: Philippe Simons Date: Sat, 29 Nov 2025 23:55:34 +0100 Subject: [PATCH] sm8650/ps2: tweak fan settings --- .../linux/0001-add-ayaneo-pocket-s2-dts.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/ROCKNIX/devices/SM8650/patches/linux/0001-add-ayaneo-pocket-s2-dts.patch b/projects/ROCKNIX/devices/SM8650/patches/linux/0001-add-ayaneo-pocket-s2-dts.patch index ce3f465ece..daaff3b7d7 100644 --- a/projects/ROCKNIX/devices/SM8650/patches/linux/0001-add-ayaneo-pocket-s2-dts.patch +++ b/projects/ROCKNIX/devices/SM8650/patches/linux/0001-add-ayaneo-pocket-s2-dts.patch @@ -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"; };