soc/intel/metorlake: Fix PMC GPIO group assignment

Those values need to match with the ones defined in PMC PWRM
GPIO CFG register.

Signed-off-by: Cliff Huang <cliff.huang@intel.com>
Change-Id: I8e84df83caab794e2fe7186e89e78343c2b55fd0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76536
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Cliff Huang 2023-07-14 17:25:50 -07:00 committed by Felix Held
parent 377153d58d
commit 711f84d177
1 changed files with 5 additions and 3 deletions

View File

@ -118,9 +118,11 @@ extern struct device_operations ioe_pmc_ops;
#define PMC_GPP_E 0x3
#define PMC_GPP_H 0x4
#define PMC_GPP_F 0x5
#define PMC_GPP_S 0x6
#define PMC_GPP_B 0x7
#define PMC_GPP_D 0x8
#define PMC_GPP_VGPIO3 0x6
#define PMC_GPP_VGPIO 0x7
#define PMC_GPP_S 0x8
#define PMC_GPP_B 0x9
#define PMC_GPP_D 0xa
#define GBLRST_CAUSE0 0x1924
#define GBLRST_CAUSE0_THERMTRIP (1 << 5)