summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSue Chen <sue.chen@quanta.corp-partner.google.com>2022-10-18 08:48:07 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-04 02:40:34 +0000
commit98342b4a1dace372041b937fcc2e7b5bac5f14a6 (patch)
tree48b9f37406b7404b144b22c23c56fcaacb324dd4
parent77259a664a84061ce47eff42d0fd47efea5c4800 (diff)
downloadchrome-ec-98342b4a1dace372041b937fcc2e7b5bac5f14a6.tar.gz
Craask: update thermal table
TEMP_SENSOR_0: memory threshold high 75'C halt 85'C high_release 70'C halt_release 80'C BUG=b:253998681 BRANCH=none TEST=none Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: I45a2b6efae422aa040acaaac3a784b277729dc0f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3960511 Reviewed-by: Andrew McRae <amcrae@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
-rw-r--r--zephyr/projects/nissa/craask/overlay.dtsi19
1 files changed, 4 insertions, 15 deletions
diff --git a/zephyr/projects/nissa/craask/overlay.dtsi b/zephyr/projects/nissa/craask/overlay.dtsi
index b3a510c111..257dc299e3 100644
--- a/zephyr/projects/nissa/craask/overlay.dtsi
+++ b/zephyr/projects/nissa/craask/overlay.dtsi
@@ -165,29 +165,18 @@
named-temp-sensors {
compatible = "cros-ec,temp-sensors";
memory {
- temp_fan_off = <35>;
- 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 = <70>;
+ temp_host_release_halt = <80>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_memory>;
};
charger {
- temp_fan_off = <35>;
- temp_fan_max = <60>;
- temp_host_high = <85>;
- temp_host_halt = <90>;
- temp_host_release_high = <80>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_charger>;
};
ambient {
- temp_fan_off = <35>;
- temp_fan_max = <60>;
- temp_host_high = <85>;
- temp_host_halt = <90>;
- temp_host_release_high = <80>;
power-good-pin = <&gpio_ec_soc_dsw_pwrok>;
sensor = <&temp_ambient>;
};