Skip to content

Commit 5ee2317

Browse files
committed
azalea: fine tune fan table
follow fan table v0710A. Signed-off-by: elmo_lan <hplan1112@gmail.com>
1 parent 05ce8f9 commit 5ee2317

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

zephyr/program/lotus/azalea/fan.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
fan0: fan_0 {
1111
pwms = <&pwm0 0 PWM_KHZ(25) PWM_POLARITY_NORMAL>;
1212
tach = <&tach2>;
13-
rpm_min = <1800>;
14-
rpm_start = <1800>;
13+
rpm_min = <2100>;
14+
rpm_start = <2100>;
1515
rpm_max = <6800>;
1616
rpm_deviation = <3>;
1717
pgood_gpio = <&gpio_slp_s3_l>;

zephyr/program/lotus/azalea/overlay.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
named-temp-sensors {
1212
compatible = "cros-ec,temp-sensors";
1313
local-f75303 {
14-
temp_host_warn = <67>;
14+
temp_host_warn = <52>;
1515
temp_host_high = <70>;
1616
temp_host_halt = <120>;
1717
temp_host_release_warn = <45>;
1818
temp_host_release_high = <55>;
1919
temp_host_release_halt = <115>;
20-
temp_fan_off = <41>;
21-
temp_fan_max = <100>;
20+
temp_fan_off = <40>;
21+
temp_fan_max = <70>;
2222
power-good-pin = <&gpio_slp_s3_l>;
2323
sensor = <&local_f75303>;
2424
};
2525
cpu-f75303 {
26-
temp_host_warn = <67>;
26+
temp_host_warn = <61>;
2727
temp_host_high = <70>;
2828
temp_host_halt = <120>;
29-
temp_host_release_warn = <45>;
29+
temp_host_release_warn = <50>;
3030
temp_host_release_high = <55>;
3131
temp_host_release_halt = <115>;
32-
temp_fan_off = <47>;
33-
temp_fan_max = <55>;
32+
temp_fan_off = <46>;
33+
temp_fan_max = <54>;
3434
power-good-pin = <&gpio_slp_s3_l>;
3535
sensor = <&cpu_f75303>;
3636
};
3737
ddr-f75303 {
38-
temp_host_warn = <55>;
38+
temp_host_warn = <49>;
3939
temp_host_high = <70>;
4040
temp_host_halt = <120>;
4141
temp_host_release_warn = <45>;

0 commit comments

Comments
 (0)