Skip to content

Commit 74ee5bb

Browse files
committed
azalea: fan table v1b_0719
Signed-off-by: elmo_lan <hplan1112@gmail.com>
1 parent 61e7811 commit 74ee5bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

zephyr/program/lotus/azalea/overlay.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
named-temp-sensors {
1212
compatible = "cros-ec,temp-sensors";
1313
local-f75303 {
14-
temp_host_warn = <52>;
15-
temp_host_high = <70>;
14+
temp_host_warn = <70>;
15+
temp_host_high = <80>;
1616
temp_host_halt = <120>;
17-
temp_host_release_warn = <45>;
17+
temp_host_release_warn = <50>;
1818
temp_host_release_high = <55>;
1919
temp_host_release_halt = <115>;
2020
temp_fan_off = <40>;
@@ -23,10 +23,10 @@
2323
sensor = <&local_f75303>;
2424
};
2525
cpu-f75303 {
26-
temp_host_warn = <61>;
27-
temp_host_high = <70>;
26+
temp_host_warn = <70>;
27+
temp_host_high = <80>;
2828
temp_host_halt = <120>;
29-
temp_host_release_warn = <50>;
29+
temp_host_release_warn = <53>;
3030
temp_host_release_high = <55>;
3131
temp_host_release_halt = <115>;
3232
temp_fan_off = <46>;
@@ -35,10 +35,10 @@
3535
sensor = <&cpu_f75303>;
3636
};
3737
ddr-f75303 {
38-
temp_host_warn = <49>;
39-
temp_host_high = <70>;
38+
temp_host_warn = <70>;
39+
temp_host_high = <80>;
4040
temp_host_halt = <120>;
41-
temp_host_release_warn = <45>;
41+
temp_host_release_warn = <50>;
4242
temp_host_release_high = <55>;
4343
temp_host_release_halt = <115>;
4444
temp_fan_off = <128>;

0 commit comments

Comments
 (0)