aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/voema/include
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2020-11-17 17:23:35 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:24:12 +0000
commitd3a156060937189801ee94e46c131014517d8088 (patch)
treeee5be76ef46ce97efeca8a27144db2df1c921e4d /src/mainboard/google/volteer/variants/voema/include
parentc681a82657185996053deae28555d1871d227912 (diff)
mb/google/volteer/var/voema: Update gpio and devicetree settings
Based on latest schematic and gpio table of voema, update gpio and devicetree settings for voema Proto. BUG=b:169356808 TEST=FW_NAME=voema emerge-volteer coreboot chromeos-bootimage Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: I719a9948ed0d60e1de5368e096ff60c2345803b0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Caveh Jalali <caveh@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/voema/include')
-rw-r--r--src/mainboard/google/volteer/variants/voema/include/variant/gpio.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mainboard/google/volteer/variants/voema/include/variant/gpio.h b/src/mainboard/google/volteer/variants/voema/include/variant/gpio.h
index b5fa8c5485..166c06ce08 100644
--- a/src/mainboard/google/volteer/variants/voema/include/variant/gpio.h
+++ b/src/mainboard/google/volteer/variants/voema/include/variant/gpio.h
@@ -5,11 +5,8 @@
#include <baseboard/gpio.h>
-/* Memory configuration board straps */
-/* Copied from baseboard and may need to change for the new variant. */
-#define GPIO_MEM_CONFIG_0 GPP_C12
-#define GPIO_MEM_CONFIG_1 GPP_C15
-#define GPIO_MEM_CONFIG_2 GPP_C14
-#define GPIO_MEM_CONFIG_3 GPP_D15
+#undef GPIO_EC_IN_RW
+/* EC in RW */
+#define GPIO_EC_IN_RW GPP_F17
#endif