File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
zephyr/program/lotus/azalea Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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>;
Original file line number Diff line number Diff line change 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>;
You can’t perform that action at this time.
0 commit comments