From 5790a0523739fe20fcab797ee4f5a9b4dcb62214 Mon Sep 17 00:00:00 2001 From: Cliff Huang Date: Thu, 24 Aug 2023 09:35:25 -0700 Subject: [PATCH] soc/intel/meteorlake: Add PMC GPIO GPE group mapping Add two missing mapping for GPIO GPE routes Signed-off-by: Cliff Huang Change-Id: I3f0d13cf7c07201856e934f22efc4cc8c4ea5bf0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77423 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/gpio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/intel/meteorlake/gpio.c b/src/soc/intel/meteorlake/gpio.c index d4cbe0c24a..9ae345a46c 100644 --- a/src/soc/intel/meteorlake/gpio.c +++ b/src/soc/intel/meteorlake/gpio.c @@ -219,6 +219,8 @@ const struct pmc_to_gpio_route *soc_pmc_gpio_routes(size_t *num) { PMC_GPP_E, GPP_E }, { PMC_GPP_H, GPP_H }, { PMC_GPP_F, GPP_F }, + { PMC_GPP_VGPIO3, GPP_VGPIO3 }, + { PMC_GPP_VGPIO, GPP_VGPIO }, { PMC_GPP_S, GPP_S }, { PMC_GPP_B, GPP_B }, { PMC_GPP_D, GPP_D },