We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 891e830 + e727ff0 commit b54dd6dCopy full SHA for b54dd6d
2 files changed
zephyr/program/framework/marigold/fan.dtsi
@@ -12,7 +12,7 @@
12
tach = <&tach2>;
13
rpm_min = <2100>;
14
rpm_start = <2100>;
15
- rpm_max = <6000>;
+ rpm_max = <6100>;
16
rpm_deviation = <3>;
17
pgood_gpio = <&gpio_slp_s3_l>;
18
};
zephyr/program/framework/marigold/overlay.dtsi
@@ -28,8 +28,8 @@
28
temp_host_high = <88>;
29
temp_host_halt = <98>;
30
temp_host_release_high = <78>;
31
- temp_fan_off = <52>;
32
- temp_fan_max = <57>;
+ temp_fan_off = <51>;
+ temp_fan_max = <56>;
33
power-good-pin = <&gpio_slp_s3_l>;
34
sensor = <&cpu_f75303>;
35
0 commit comments