soc/intel/meteorlake: Add PMC GPIO GPE group mapping

Add two missing mapping for GPIO GPE routes

Signed-off-by: Cliff Huang <cliff.huang@intel.com>
Change-Id: I3f0d13cf7c07201856e934f22efc4cc8c4ea5bf0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77423
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Cliff Huang 2023-08-24 09:35:25 -07:00 committed by Martin L Roth
parent 668b8ccad3
commit 5790a05237
1 changed files with 2 additions and 0 deletions

View File

@ -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 },