summaryrefslogtreecommitdiff
path: root/board/tglrvpu_ite
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-08-23 10:06:16 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-24 22:18:29 +0000
commit1830e59046b7f1482c8effb3e3541441499dddaa (patch)
tree8bae7a9ddebd36e9a8b118efe8d9e89a5ca9503d /board/tglrvpu_ite
parent2082d4c8f0ac03a1f318031ea55609e4debd1146 (diff)
downloadchrome-ec-1830e59046b7f1482c8effb3e3541441499dddaa.tar.gz
tglrvpu_ite: Enable fan and temperature sensor
BUG=b:139882986 BRANCH=none TEST=Manually tested on tglrvp. Fan works as per thermal profile. Change-Id: I04b9b5b6319c484932ccdd0703b4cd56d203b9d9 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1768931 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/tglrvpu_ite')
-rw-r--r--board/tglrvpu_ite/board.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/tglrvpu_ite/board.h b/board/tglrvpu_ite/board.h
index baed86a68c..a844215e46 100644
--- a/board/tglrvpu_ite/board.h
+++ b/board/tglrvpu_ite/board.h
@@ -13,6 +13,14 @@
#define CONFIG_USBC_VCONN
+/* FAN configs */
+#define CONFIG_FANS 1
+#define BOARD_FAN_MIN_RPM 3000
+#define BOARD_FAN_MAX_RPM 10000
+
+/* Temperature sensor */
+#define CONFIG_TEMP_SENSOR
+
#include "baseboard.h"
/* TODO: Chipset Tigerlake */