aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorTarun Tuli <taruntuli@google.com>2022-08-25 18:11:12 -0400
committerSubrata Banik <subratabanik@google.com>2022-08-26 07:01:11 +0000
commit5436548993d465d55169c91b2acfd46b3287ec95 (patch)
treeb92f57375ce639511fdd1c0d2434654c91fef68c /src/mainboard
parentbe738e5d242f81a59569305519b837c02a869eb1 (diff)
mb/google/rex: Add mapping for GPIO_PCH_WP
The define GPIO_PCH_WP needs to be mapped to GPP_H10 based on the Rex schematics 24/6/2022. TEST=Built and booted on Google Rex. Signed-off-by: Tarun Tuli <taruntuli@google.com> Change-Id: I2489c244bd4cbd9e10ed3db981a6e56a954b5e20 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67083 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
index c5a7982884..9da31a69a6 100644
--- a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
+++ b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
@@ -8,7 +8,7 @@
/* Fixme: Update proper GPIO number based on schematics */
/* WP signal to PCH */
-#define GPIO_PCH_WP 0
+#define GPIO_PCH_WP GPP_H10
/* EC in RW or RO */
#define GPIO_EC_IN_RW 0
/* GPIO IRQ for tight timestamps / wake support */