Skip to content

Commit b54dd6d

Browse files
Merge pull request #1051 from FrameworkComputer/marigold.thermal_table_0614
marigold: modify thermal table 0614
2 parents 891e830 + e727ff0 commit b54dd6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

zephyr/program/framework/marigold/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 = <2100>;
1414
rpm_start = <2100>;
15-
rpm_max = <6000>;
15+
rpm_max = <6100>;
1616
rpm_deviation = <3>;
1717
pgood_gpio = <&gpio_slp_s3_l>;
1818
};

zephyr/program/framework/marigold/overlay.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
temp_host_high = <88>;
2929
temp_host_halt = <98>;
3030
temp_host_release_high = <78>;
31-
temp_fan_off = <52>;
32-
temp_fan_max = <57>;
31+
temp_fan_off = <51>;
32+
temp_fan_max = <56>;
3333
power-good-pin = <&gpio_slp_s3_l>;
3434
sensor = <&cpu_f75303>;
3535
};

0 commit comments

Comments
 (0)