summaryrefslogtreecommitdiff
path: root/board/sklrvp_mchp/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/sklrvp_mchp/board.h')
-rw-r--r--board/sklrvp_mchp/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sklrvp_mchp/board.h b/board/sklrvp_mchp/board.h
index 3ed16a96ee..144a843277 100644
--- a/board/sklrvp_mchp/board.h
+++ b/board/sklrvp_mchp/board.h
@@ -109,7 +109,7 @@
* Values in MHz are 20, 25, 33, 50, and 66
*/
/* SKL/KBL + EVB fly-wire hook up only supports 20MHz */
-#define CONFIG_HOSTCMD_ESPI_EC_MAX_FREQ 20
+#define CONFIG_HOSTCMD_ESPI_EC_MAX_FREQ MCHP_ESPI_CAP1_MAX_FREQ_20M
/*
@@ -120,7 +120,7 @@
* 3 = Single, Dual, and Quad
*/
/* KBL + EVB fly-wire hook up only support Single mode */
-#define CONFIG_HOSTCMD_ESPI_EC_MODE 0
+#define CONFIG_HOSTCMD_ESPI_EC_MODE MCHP_ESPI_CAP1_SINGLE_MODE
/*
* Bit map of eSPI channels EC advertises
@@ -129,7 +129,7 @@
* bit[2] = 1 OOB channel
* bit[3] = 1 Flash channel
*/
-#define CONFIG_HOSTCMD_ESPI_EC_CHAN_BITMAP 0x0F
+#define CONFIG_HOSTCMD_ESPI_EC_CHAN_BITMAP MCHP_ESPI_CAP0_ALL_CHAN_SUPP
/* MCHP EC variant */
#define VARIANT_INTELRVP_EC_MCHP