From 5436548993d465d55169c91b2acfd46b3287ec95 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Thu, 25 Aug 2022 18:11:12 -0400 Subject: 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 Change-Id: I2489c244bd4cbd9e10ed3db981a6e56a954b5e20 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67083 Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- .../google/rex/variants/baseboard/rex/include/baseboard/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') 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 */ -- cgit v1.2.3