Skip to content

Commit f6a673d

Browse files
authored
Merge pull request #824 from FrameworkComputer/lotus.thermal_v1002
Lotus:thermal table v1006
2 parents 66fc847 + 3cce789 commit f6a673d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

zephyr/program/lotus/lotus/fan.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tach = <&tach1>;
1313
rpm_min = <1000>;
1414
rpm_start = <1000>;
15-
rpm_max = <3700>;
15+
rpm_max = <4000>;
1616
rpm_deviation = <3>;
1717
pgood_gpio = <&gpio_slp_s3_l>;
1818
};
@@ -22,7 +22,7 @@
2222
tach = <&tach2>;
2323
rpm_min = <1000>;
2424
rpm_start = <1000>;
25-
rpm_max = <4000>;
25+
rpm_max = <3700>;
2626
rpm_deviation = <3>;
2727
pgood_gpio = <&gpio_slp_s3_l>;
2828
};

zephyr/program/lotus/lotus/overlay.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
sensor = <&gpu_amb_f75303>;
5454
};
5555
gpu-vr-f75303 {
56-
temp_host_warn = <75>;
56+
temp_host_warn = <71>;
5757
temp_host_release_warn = <60>;
5858
temp_fan_off = <50>;
59-
temp_fan_max = <80>;
59+
temp_fan_max = <74>;
6060
power-good-pin = <&gpio_slp_s3_l>;
6161
sensor = <&gpu_vr_f75303>;
6262
};

0 commit comments

Comments
 (0)