From b89832ac6ababcccb1dc6658c40dd72c840ad544 Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Tue, 8 Jun 2021 21:35:37 -0700 Subject: soc/intel/elkhartlake: Fix gpio_soc_defs.h variable typo Fix GPIO_COM2_END from GPIO_RSVD_2 to GPIO_RSVD_12. Signed-off-by: Lean Sheng Tan Change-Id: I670f4bec8f141da73428010371754746a455df25 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55334 Reviewed-by: Mario Scheithauer Tested-by: build bot (Jenkins) --- src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h b/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h index 5d66170f17..33fcb6bfb7 100644 --- a/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h +++ b/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h @@ -256,7 +256,7 @@ #define GPIO_RSVD_12 196 #define GPIO_COM2_START GPD0 -#define GPIO_COM2_END GPIO_RSVD_2 +#define GPIO_COM2_END GPIO_RSVD_12 #define NUM_GPIO_COM2_PADS (GPIO_COM2_END - GPIO_COM2_START + 1) /* Group S */ -- cgit v1.2.3