summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2022-04-27 11:22:01 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-11 17:30:06 +0000
commit200542008dca0aba2490e9993333be430b5fda6f (patch)
tree0ae271ba489504f1e55582fcb36c92c8b226c286 /include
parent6f8dab1033786ac7071e48bc68add2b5ac271c82 (diff)
downloadchrome-ec-200542008dca0aba2490e9993333be430b5fda6f.tar.gz
treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse width
In the corresponding bug, Intel has clarified that this SCI# pulse length requirement is actually for all virtual wires, therefore this patch renames CONFIG_ESPI_DEFAULT_SCI_WIDTH_US to CONFIG_ESPI_DEFAULT_VW_WIDTH_US to reflect its broader purpose. All pulses of virtual wire signals were converted to use this new pulse width config option, and all GPIO pulses were converted back to their original value (65 us). BUG=b:227367177 BRANCH=brya TEST=build Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: I1225b3e436cd1dca71c93500538a201d008781b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3610694 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 7582656392..478e6dc708 100644
--- a/include/config.h
+++ b/include/config.h
@@ -5666,7 +5666,7 @@
* The historical default SCI pulse width to the host is 65 microseconds, but
* some chipsets may require different widths.
*/
-#define CONFIG_ESPI_DEFAULT_SCI_WIDTH_US 65
+#define CONFIG_ESPI_DEFAULT_VW_WIDTH_US 65
/*****************************************************************************/
/*