summaryrefslogtreecommitdiff
path: root/baseboard/intelrvp/adlrvp.h
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-01-14 21:17:50 -0800
committerCommit Bot <commit-bot@chromium.org>2021-03-19 22:14:48 +0000
commit0a618de488fd175b401fefcacbc6e227f597cefa (patch)
tree6096e52c302b7acb58918f801d02fbf0f9bc7d5d /baseboard/intelrvp/adlrvp.h
parentc7738c3ed7fe1afba5bc2e734ce84acd9291b515 (diff)
downloadchrome-ec-0a618de488fd175b401fefcacbc6e227f597cefa.tar.gz
ADLRVP-NPCX: Enable code for ADL-RVP using NPCX MECC
Using the NPCX MECC following features are tested on ADL-P RVP. 1. Boot to OS 2. Type-C devices 3. Servo functionalities 4. FAN control 5. Battery & Charging 6. Temperature sensors BUG=b:181967246 BRANCH=none TEST=ADL-P-RVP boots to OS Change-Id: I0f5c30067e579c40f532b0df7cabf22e6481f71e Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2632805 Reviewed-by: Sooraj Govindan <sooraj.govindan@intel.com> Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'baseboard/intelrvp/adlrvp.h')
-rw-r--r--baseboard/intelrvp/adlrvp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/intelrvp/adlrvp.h b/baseboard/intelrvp/adlrvp.h
index b973b69a43..4418e957d7 100644
--- a/baseboard/intelrvp/adlrvp.h
+++ b/baseboard/intelrvp/adlrvp.h
@@ -115,10 +115,12 @@
* increase in number of type-c ports. So increase
* the timer value to support more type-c ports.
*/
+#ifdef VARIANT_INTELRVP_EC_IT8320
#if defined(HAS_TASK_PD_C2) && defined(HAS_TASK_PD_C3)
#undef CONFIG_WATCHDOG_PERIOD_MS
#define CONFIG_WATCHDOG_PERIOD_MS 4000
#endif
+#endif
#ifndef __ASSEMBLER__