From c5ec264d26024e0d63550d5aaaa645495fcc5744 Mon Sep 17 00:00:00 2001 From: Ben Chen Date: Fri, 25 Sep 2020 13:17:06 +0800 Subject: magolor: add thermal table Add setup_thermal for setting thermal table BUG=b:168353037 BRANCH=master TEST=thermal team verify value on AP Change-Id: I32e009aa8c81a8fbf5a925f009df54c467288e9d Signed-off-by: Ben Chen Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428352 Reviewed-by: Diana Z --- board/magolor/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/magolor/board.h') diff --git a/board/magolor/board.h b/board/magolor/board.h index 102b9b37a5..f875e172ac 100644 --- a/board/magolor/board.h +++ b/board/magolor/board.h @@ -11,6 +11,7 @@ #define VARIANT_DEDEDE_EC_NPCX796FC #include "baseboard.h" +#define CONFIG_USB_PD_DEBUG_LEVEL 2 /* this change saves 1656 bytes of RW flash space */ #define CONFIG_CHIP_INIT_ROM_REGION @@ -50,6 +51,7 @@ /* Temp sensor */ #define CONFIG_TEMP_SENSOR +#define CONFIG_THROTTLE_AP #define CONFIG_THERMISTOR_NCP15WB #define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B -- cgit v1.2.1