summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2022-10-24 10:07:29 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-24 04:52:44 +0000
commit7f0633866a2aedce1ad87a95e3fe93487c49f58d (patch)
treec19287fedf04883a96c8872d2fb3077c23bdac68
parent7ab0fe87dd235e92e87ab81afd820b42b32f2cab (diff)
downloadchrome-ec-factory-trogdor-15210.B-main.tar.gz
yaviks: update thermal settingfactory-trogdor-15210.B-main
Update thermal table to V1-2_20221024. BUG=b:253557900 BRANCH=none TEST=verify fan speed work intended. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ib4413c7bad5dc9d5e49cd6565415f23e31b1d1bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3971461 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Commit-Queue: Peter Marheine <pmarheine@chromium.org>
-rw-r--r--zephyr/projects/nissa/yaviks/overlay.dts32
1 files changed, 16 insertions, 16 deletions
diff --git a/zephyr/projects/nissa/yaviks/overlay.dts b/zephyr/projects/nissa/yaviks/overlay.dts
index 9cd6b5d31d..d768116444 100644
--- a/zephyr/projects/nissa/yaviks/overlay.dts
+++ b/zephyr/projects/nissa/yaviks/overlay.dts
@@ -149,29 +149,29 @@
named-temp-sensors {
compatible = "cros-ec,temp-sensors";
cpu {
- temp_fan_off = <35>;
+ temp_fan_off = <45>;
temp_fan_max = <60>;
- temp_host_high = <85>;
- temp_host_halt = <90>;
- temp_host_release_high = <80>;
+ temp_host_high = <75>;
+ temp_host_halt = <85>;
+ temp_host_release_high = <65>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_cpu>;
};
5v_regulator {
- temp_fan_off = <35>;
- temp_fan_max = <60>;
- temp_host_high = <85>;
- temp_host_halt = <90>;
- temp_host_release_high = <80>;
+ temp_fan_off = <50>;
+ temp_fan_max = <65>;
+ temp_host_high = <75>;
+ temp_host_halt = <85>;
+ temp_host_release_high = <65>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_5v_regulator>;
};
charger {
- temp_fan_off = <35>;
- temp_fan_max = <60>;
- temp_host_high = <85>;
- temp_host_halt = <90>;
- temp_host_release_high = <80>;
+ temp_fan_off = <50>;
+ temp_fan_max = <65>;
+ temp_host_high = <80>;
+ temp_host_halt = <85>;
+ temp_host_release_high = <75>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_charger>;
};
@@ -241,8 +241,8 @@
fan_0 {
pwms = <&pwm2 PWM_CHANNEL_2 PWM_KHZ(25) PWM_POLARITY_NORMAL>;
tach = <&tach1>;
- rpm_min = <2500>;
- rpm_start = <2500>;
+ rpm_min = <2600>;
+ rpm_start = <2600>;
rpm_max = <4100>;
enable_gpio = <&gpio_fan_enable>;
};