Skip to content

Commit 36eeeea

Browse files
Josh-TsaiJohnAZoidberg
authored andcommitted
fwk: sunflower: modified the thermal configuration
Modified the temp sensor configurations to prevent the fan from running at high speed when the system is in standby. BRANCH=fwk-sunflower-26748 BUG=https://app.clickup.com/t/86et2rz87 TEST=use the thermalget console command to check the temp sensor configurations meet the table Signed-off-by: Josh Tsai <Josh_Tsai@compal.com>
1 parent 49b8596 commit 36eeeea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

zephyr/program/framework/sunflower/fan.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tach = <&tach2>;
1313
rpm_min = <2000>;
1414
rpm_start = <2100>;
15-
rpm_max = <5900>;
15+
rpm_max = <5600>;
1616
rpm_deviation = <3>;
1717
pgood_gpio = <&gpio_slp_s3_l>;
1818
};

zephyr/program/framework/sunflower/overlay.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
temp_host_halt = <73>;
3030
temp_host_release_high = <65>;
3131
temp_fan_off = <43>;
32-
temp_fan_max = <53>;
32+
temp_fan_max = <60>;
3333
power-good-pin = <&gpio_slp_s3_l>;
3434
sensor = <&top_skin_f75303>;
3535
};
@@ -38,8 +38,8 @@
3838
temp_host_high = <64>;
3939
temp_host_halt = <69>;
4040
temp_host_release_high = <61>;
41-
temp_fan_off = <41>;
42-
temp_fan_max = <49>;
41+
temp_fan_off = <40>;
42+
temp_fan_max = <64>;
4343
power-good-pin = <&gpio_slp_s3_l>;
4444
sensor = <&local_f75303>;
4545
};

0 commit comments

Comments
 (0)