summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/frostflow/project.overlay
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/frostflow/project.overlay')
-rw-r--r--zephyr/program/skyrim/frostflow/project.overlay71
1 files changed, 41 insertions, 30 deletions
diff --git a/zephyr/program/skyrim/frostflow/project.overlay b/zephyr/program/skyrim/frostflow/project.overlay
index f43c789ce0..55aa7b69fa 100644
--- a/zephyr/program/skyrim/frostflow/project.overlay
+++ b/zephyr/program/skyrim/frostflow/project.overlay
@@ -76,33 +76,38 @@
fan_steps_clamshell: fan-steps-clamshell {
compatible = "cros-ec,fan-steps";
level_0 {
- temp_on = <(-1) (-1) (-1) (-1) 31>;
- temp_off = <(-1) (-1) (-1) (-1) 99>;
+ temp_on = <(-1) 37 (-1) (-1) (-1)>;
+ temp_off = <(-1) 99 (-1) (-1) (-1)>;
rpm_target = <0>;
};
level_1 {
- temp_on = <(-1) (-1) (-1) (-1) 32>;
- temp_off = <(-1) (-1) (-1) (-1) 30>;
+ temp_on = <(-1) 38 (-1) (-1) (-1)>;
+ temp_off = <(-1) 36 (-1) (-1) (-1)>;
rpm_target = <2600>;
};
level_2 {
- temp_on = <(-1) (-1) (-1) (-1) 34>;
- temp_off = <(-1) (-1) (-1) (-1) 31>;
- rpm_target = <2900>;
+ temp_on = <(-1) 42 (-1) (-1) (-1)>;
+ temp_off = <(-1) 37 (-1) (-1) (-1)>;
+ rpm_target = <3200>;
};
level_3 {
- temp_on = <(-1) (-1) (-1) (-1) 36>;
- temp_off = <(-1) (-1) (-1) (-1) 33>;
- rpm_target = <3600>;
+ temp_on = <(-1) 44 (-1) (-1) (-1)>;
+ temp_off = <(-1) 41 (-1) (-1) (-1)>;
+ rpm_target = <3500>;
};
level_4 {
- temp_on = <(-1) (-1) (-1) (-1) 38>;
- temp_off = <(-1) (-1) (-1) (-1) 35>;
- rpm_target = <4200>;
+ temp_on = <(-1) 47 (-1) (-1) (-1)>;
+ temp_off = <(-1) 43 (-1) (-1) (-1)>;
+ rpm_target = <3700>;
};
level_5 {
- temp_on = <(-1) (-1) (-1) (-1) 45>;
- temp_off = <(-1) (-1) (-1) (-1) 37>;
+ temp_on = <(-1) 50 (-1) (-1) (-1)>;
+ temp_off = <(-1) 46 (-1) (-1) (-1)>;
+ rpm_target = <4200>;
+ };
+ level_6 {
+ temp_on = <(-1) 56 (-1) (-1) (-1)>;
+ temp_off = <(-1) 49 (-1) (-1) (-1)>;
rpm_target = <4600>;
};
};
@@ -110,33 +115,38 @@
fan_steps_tablet: fan-steps-tablet {
compatible = "cros-ec,fan-steps";
level_0 {
- temp_on = <(-1) (-1) (-1) (-1) 31>;
- temp_off = <(-1) (-1) (-1) (-1) 99>;
+ temp_on = <(-1) 38 (-1) (-1) (-1)>;
+ temp_off = <(-1) 99 (-1) (-1) (-1)>;
rpm_target = <0>;
};
level_1 {
- temp_on = <(-1) (-1) (-1) (-1) 32>;
- temp_off = <(-1) (-1) (-1) (-1) 30>;
+ temp_on = <(-1) 39 (-1) (-1) (-1)>;
+ temp_off = <(-1) 37 (-1) (-1) (-1)>;
rpm_target = <2600>;
};
level_2 {
- temp_on = <(-1) (-1) (-1) (-1) 34>;
- temp_off = <(-1) (-1) (-1) (-1) 31>;
- rpm_target = <2900>;
+ temp_on = <(-1) 45 (-1) (-1) (-1)>;
+ temp_off = <(-1) 38 (-1) (-1) (-1)>;
+ rpm_target = <3200>;
};
level_3 {
- temp_on = <(-1) (-1) (-1) (-1) 36>;
- temp_off = <(-1) (-1) (-1) (-1) 33>;
- rpm_target = <3600>;
+ temp_on = <(-1) 48 (-1) (-1) (-1)>;
+ temp_off = <(-1) 44 (-1) (-1) (-1)>;
+ rpm_target = <3500>;
};
level_4 {
- temp_on = <(-1) (-1) (-1) (-1) 38>;
- temp_off = <(-1) (-1) (-1) (-1) 35>;
- rpm_target = <4200>;
+ temp_on = <(-1) 50 (-1) (-1) (-1)>;
+ temp_off = <(-1) 47 (-1) (-1) (-1)>;
+ rpm_target = <3700>;
};
level_5 {
- temp_on = <(-1) (-1) (-1) (-1) 45>;
- temp_off = <(-1) (-1) (-1) (-1) 37>;
+ temp_on = <(-1) 53 (-1) (-1) (-1)>;
+ temp_off = <(-1) 49 (-1) (-1) (-1)>;
+ rpm_target = <4200>;
+ };
+ level_6 {
+ temp_on = <(-1) 58 (-1) (-1) (-1)>;
+ temp_off = <(-1) 52 (-1) (-1) (-1)>;
rpm_target = <4600>;
};
};
@@ -280,4 +290,5 @@
rpm_min = <2400>;
rpm_start = <2600>;
rpm_max = <4600>;
+ rpm_deviation = <2>;
};