From 7f0633866a2aedce1ad87a95e3fe93487c49f58d Mon Sep 17 00:00:00 2001 From: Zick Wei Date: Mon, 24 Oct 2022 10:07:29 +0800 Subject: yaviks: update thermal setting Update thermal table to V1-2_20221024. BUG=b:253557900 BRANCH=none TEST=verify fan speed work intended. Signed-off-by: Zick Wei Change-Id: Ib4413c7bad5dc9d5e49cd6565415f23e31b1d1bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3971461 Reviewed-by: Peter Marheine Commit-Queue: Peter Marheine --- zephyr/projects/nissa/yaviks/overlay.dts | 32 ++++++++++++++++---------------- 1 file 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>; }; -- cgit v1.2.1