summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2022-12-26 10:13:35 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-26 09:47:54 +0000
commit602fe9860ae4123dff608b2f474eadc9cd6ce67f (patch)
tree864dc845d2c0e387f3a1f5df0f317438771168dc
parent269355cc3b5f06058b0be458c7276367cd96eeed (diff)
downloadchrome-ec-602fe9860ae4123dff608b2f474eadc9cd6ce67f.tar.gz
yaviks: update thermal table v2
BUG=b:253557900 BRANCH=none TEST=verify fan steps work intended. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I2cd722b7bebe29a48fe0404a91cb8d83d6d646fa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4121806 Reviewed-by: Devin Lu <devin.lu@quantatw.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Shou-Chieh Hsu <shouchieh@chromium.org> Reviewed-by: Shou-Chieh Hsu <shouchieh@chromium.org>
-rw-r--r--zephyr/program/nissa/yaviks/fan.dtsi28
1 files changed, 14 insertions, 14 deletions
diff --git a/zephyr/program/nissa/yaviks/fan.dtsi b/zephyr/program/nissa/yaviks/fan.dtsi
index 229530b57a..24e551f43b 100644
--- a/zephyr/program/nissa/yaviks/fan.dtsi
+++ b/zephyr/program/nissa/yaviks/fan.dtsi
@@ -18,39 +18,39 @@
fan_steps {
compatible = "cros-ec,fan-steps";
level_0 {
- temp_on = <44 47 0>;
+ temp_on = <43 47 0>;
temp_off = <99 99 99>;
rpm_target = <0>;
};
level_1 {
- temp_on = <48 48 0>;
- temp_off = <43 45 99>;
+ temp_on = <45 48 0>;
+ temp_off = <34 45 99>;
rpm_target = <2600>;
};
level_2 {
- temp_on = <50 49 0>;
- temp_off = <47 46 99>;
+ temp_on = <47 49 0>;
+ temp_off = <41 46 99>;
rpm_target = <2800>;
};
level_3 {
- temp_on = <52 50 54>;
- temp_off = <49 47 51>;
- rpm_target = <3000>;
+ temp_on = <49 50 54>;
+ temp_off = <44 47 51>;
+ rpm_target = <3100>;
};
level_4 {
- temp_on = <54 56 60>;
- temp_off = <51 48 52>;
+ temp_on = <50 56 60>;
+ temp_off = <46 48 52>;
rpm_target = <3300>;
};
level_5 {
- temp_on = <60 60 64>;
- temp_off = <53 52 56>;
+ temp_on = <52 60 64>;
+ temp_off = <48 52 56>;
rpm_target = <3600>;
};
level_6 {
temp_on = <100 100 100>;
- temp_off = <59 54 58>;
- rpm_target = <4100>;
+ temp_off = <49 54 58>;
+ rpm_target = <4000>;
};
};
};