diff options
author | Cliff Huang <cliff.huang@intel.com> | 2023-08-24 09:35:25 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-26 21:08:46 +0000 |
commit | 5790a0523739fe20fcab797ee4f5a9b4dcb62214 (patch) | |
tree | ac36d7b4b10cbc4646034f29e5774ae79ac2f57d /src/soc | |
parent | 668b8ccad3a198173b5c778c61e5510891a0e1ef (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/meteorlake/gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 }, |