File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
zephyr/program/lotus/azalea Expand file tree Collapse file tree 1 file changed +9
-9
lines changed 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 = <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>;
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>;
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>;
You can’t perform that action at this time.
0 commit comments