summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/scout/include
diff options
context:
space:
mode:
authorJeff Chase <jnchase@google.com>2021-06-28 17:53:01 -0400
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-07-01 14:13:37 +0000
commitd9b714dada4aafb1cb9d9ed9bda828c9749a6cd8 (patch)
tree15652d29214b806eae236dee69cd201094357415 /src/mainboard/google/hatch/variants/scout/include
parentcf6e4570db6b638841e3fc9925370683ea691b7a (diff)
mb/google/hatch/scout: update gpios and device tree
Scout-specific changes to puff reference following bring-up - copy baseline changes from genesis - update GPIOs - update PCIe ports for TPUs - remove LSPCON - enable eMMC - disable touch I2C - enable uart BUG=b:187078663 TEST=boot scout BRANCH=none Signed-off-by: Jeff Chase <jnchase@google.com> Change-Id: Ic3cb9cf515ab7a4a0ebbee249644dd3f133d8735 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55922 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/scout/include')
-rw-r--r--src/mainboard/google/hatch/variants/scout/include/variant/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h b/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
index 79a141008f..9dd243400d 100644
--- a/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
+++ b/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
@@ -5,4 +5,7 @@
#include <baseboard/gpio.h>
+#undef EC_SYNC_IRQ
+#define EC_SYNC_IRQ GPP_D14_IRQ
+
#endif