summaryrefslogtreecommitdiff
path: root/board/boten
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-09-03 14:13:12 -0600
committerCommit Bot <commit-bot@chromium.org>2020-09-09 19:14:55 +0000
commitf22c156554302e0da2358e04381ad4a9d0413558 (patch)
treeed66dbc8d9933757bed41116dcddd14945f40898 /board/boten
parent8af744fdcb4b701456154adc3e9c82d115bf80f0 (diff)
downloadchrome-ec-f22c156554302e0da2358e04381ad4a9d0413558.tar.gz
Dedede: Define GPIO_USB_C1_INT_ODL for all variants
Naming for the C1 interrupt line varies slightly between variants due to schematic name differences, and version or functional differences. This change ensures all boards have GPIO_USB_C1_INT_ODL defined for baseboard code to reference. BRANCH=None BUG=b:153684907 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I9303be2f9f142eed249da4f2f5e660985ceb7fdd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391213 Tested-by: Divagar Mohandass <divagar.mohandass@intel.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/boten')
-rw-r--r--board/boten/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/boten/gpio.inc b/board/boten/gpio.inc
index b73f53c091..bfca6fdc9c 100644
--- a/board/boten/gpio.inc
+++ b/board/boten/gpio.inc
@@ -66,6 +66,9 @@ UNIMPLEMENTED(AC_PRESENT)
UNIMPLEMENTED(PG_EC_DSW_PWROK)
UNIMPLEMENTED(PG_EC_ALL_SYS_PWRGD)
+/* Used by baseboard z-state enable, but not present on boten */
+UNIMPLEMENTED(USB_C1_INT_ODL)
+
/* I2C pins - Alternate function below configures I2C module on these pins */
GPIO(EC_I2C_EEPROM_SCL, PIN(B, 3), GPIO_INPUT)
GPIO(EC_I2C_EEPROM_SDA, PIN(B, 4), GPIO_INPUT)