summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAlex1 Kao <alex1_kao@pegatron.corp-partner.google.com>2021-07-08 13:55:39 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-08 11:50:12 +0000
commite32d244db05fc5fb4f2d3643418282c668d6fd45 (patch)
treed58a6a18808f4d5e3f2e5a840d95a818cca51c22 /board
parentef55367b6972ce27a3938ebb114fb8f8338b592e (diff)
downloadchrome-ec-e32d244db05fc5fb4f2d3643418282c668d6fd45.tar.gz
pirika/pirette: Update EC thermal table
Update EC thermal table for throttle and shutdown point. BUG=b:190518303 BRANCH=firmware-dedede-13606.B TEST=make BOARD=pirika 1. Verified pass by thermal team. Change-Id: I0d5e18d66f7985f26fee8f7fce045126128f9632 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3013130 Reviewed-by: Alex1 Kao <alex1_kao@pegatron.corp-partner.google.com> Reviewed-by: Kirk Wang <kirk_wang@pegatron.corp-partner.google.com> Reviewed-by: Shou-Chieh Hsu <shouchieh@chromium.org> Tested-by: Alex1 Kao <alex1_kao@pegatron.corp-partner.google.com> Commit-Queue: Shou-Chieh Hsu <shouchieh@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/pirika/board.c8
-rw-r--r--board/pirika/board.h2
2 files changed, 6 insertions, 4 deletions
diff --git a/board/pirika/board.c b/board/pirika/board.c
index 8bfcbbbf0d..0c754b2f4a 100644
--- a/board/pirika/board.c
+++ b/board/pirika/board.c
@@ -692,11 +692,11 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
const static struct ec_thermal_config thermal_charger = {
.temp_host = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(85),
- [EC_TEMP_THRESH_HALT] = C_TO_K(98),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(68),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(90),
},
.temp_host_release = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(65),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(50),
},
};
const static struct ec_thermal_config thermal_vcore = {
@@ -705,7 +705,7 @@ const static struct ec_thermal_config thermal_vcore = {
[EC_TEMP_THRESH_HALT] = C_TO_K(80),
},
.temp_host_release = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(50),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(53),
},
};
const static struct ec_thermal_config thermal_ambient = {
diff --git a/board/pirika/board.h b/board/pirika/board.h
index 5f89d2ed7e..e8f143320d 100644
--- a/board/pirika/board.h
+++ b/board/pirika/board.h
@@ -79,6 +79,8 @@
#define CONFIG_THERMISTOR
#define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B
#define CONFIG_THROTTLE_AP
+#define CONFIG_CHIPSET_CAN_THROTTLE
+#define CONFIG_CPU_PROCHOT_ACTIVE_LO
/* USB Mux and Retimer */
#define CONFIG_USB_MUX_IT5205 /* C1: ITE Mux */