Skip to content

Commit 7ca287a

Browse files
LeilaCY-LinJohnAZoidberg
authored andcommitted
fwk:sunflower: Update fan table V00_250506b
Update fan table value follow DOC:Sunflower thermal table_V00_250506b.xlsx BUANCH=fwk-sunflower-26784 BUG=https://app.clickup.com/t/86et2rz87 TEST=cmd thermalget to check the value is correct Signed-off-by: LeilaCY-Lin <LeilaCY_Lin@compal.com>
1 parent 36b2671 commit 7ca287a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

zephyr/program/framework/sunflower/overlay.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
compatible = "cros-ec,temp-sensors";
1616
/* Q56 sensor close to cpu */
1717
temp_sensor_cpu: cpu-f75303 {
18-
temp_host_high = <84>;
19-
temp_host_halt = <89>;
18+
temp_host_high = <75>;
19+
temp_host_halt = <85>;
2020
temp_host_release_high = <81>;
2121
temp_fan_off = <45>;
2222
temp_fan_max = <55>;
@@ -25,8 +25,8 @@
2525
};
2626
/* Q57 sensor on top skin close to H16 */
2727
temp_sensor_top_skin: top-skin-f75303 {
28-
temp_host_high = <68>;
29-
temp_host_halt = <73>;
28+
temp_host_high = <80>;
29+
temp_host_halt = <90>;
3030
temp_host_release_high = <65>;
3131
temp_fan_off = <43>;
3232
temp_fan_max = <60>;
@@ -35,10 +35,10 @@
3535
};
3636
/* U31 sensor.*/
3737
temp_sensor_local: local-f75303 {
38-
temp_host_high = <64>;
39-
temp_host_halt = <69>;
38+
temp_host_high = <84>;
39+
temp_host_halt = <94>;
4040
temp_host_release_high = <61>;
41-
temp_fan_off = <40>;
41+
temp_fan_off = <52>;
4242
temp_fan_max = <64>;
4343
power-good-pin = <&gpio_slp_s3_l>;
4444
sensor = <&local_f75303>;

0 commit comments

Comments
 (0)