summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/delbin/include/gpio_map.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-04-19 17:38:54 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-29 18:34:19 +0000
commit0ef0f5524e81f9a96f2bb9fd8d1517e8b0f19cb6 (patch)
tree6cabb82799d16a21df9dbe2b6ee804fa010cc063 /zephyr/projects/volteer/delbin/include/gpio_map.h
parent80910c270bae2600a1b8d5d9c42ee49ab6e1a588 (diff)
downloadchrome-ec-0ef0f5524e81f9a96f2bb9fd8d1517e8b0f19cb6.tar.gz
zephyr: volteer: Update pin setup for power saving
Update all the GPIO pin configurations to match the Chromium EC implementation. BUG=b:184653704 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Icc64ed88e15f40717ebee79b537daffaa18349db Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2855529 Reviewed-by: Yuval Peress <peress@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/projects/volteer/delbin/include/gpio_map.h')
-rw-r--r--zephyr/projects/volteer/delbin/include/gpio_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/delbin/include/gpio_map.h b/zephyr/projects/volteer/delbin/include/gpio_map.h
index 3afdfba213..1f4b4e1ee0 100644
--- a/zephyr/projects/volteer/delbin/include/gpio_map.h
+++ b/zephyr/projects/volteer/delbin/include/gpio_map.h
@@ -10,6 +10,7 @@
#include <gpio_signal.h>
#define GPIO_PCH_DSW_PWROK GPIO_UNIMPLEMENTED
+#define GPIO_USB_C1_LS_EN GPIO_UNIMPLEMENTED
#ifdef CONFIG_PLATFORM_EC_POWERSEQ
#define POWER_SIGNAL_INT(gpio, edge) \