soc/intel/apollolake: Fix GPIO group to GPE mapping for GLK
BUG=b:77605178 TEST=Tested EC wake sources Change-Id: Id879b3e91d4c0794662cf3d8204bd077117db23c Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/25553 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
parent
f357c2562a
commit
b11ca33a43
|
@ -267,12 +267,12 @@
|
|||
#define GPIO_GPE_NW_31_0 0
|
||||
#define GPIO_GPE_NW_63_32 1
|
||||
#define GPIO_GPE_NW_95_63 2
|
||||
#define GPIO_GPE_N_31_0 3
|
||||
#define GPIO_GPE_N_63_32 4
|
||||
#define GPIO_GPE_N_95_64 5
|
||||
#define GPIO_GPE_AUDIO_31_0 6
|
||||
#define GPIO_GPE_SCC_31_0 7
|
||||
#define GPIO_GPE_SCC_63_32 8
|
||||
#define GPIO_GPE_N_31_0 4
|
||||
#define GPIO_GPE_N_63_32 5
|
||||
#define GPIO_GPE_N_95_64 6
|
||||
#define GPIO_GPE_AUDIO_31_0 7
|
||||
#define GPIO_GPE_SCC_31_0 8
|
||||
#define GPIO_GPE_SCC_63_32 9
|
||||
|
||||
#define GPIO_MAX_NUM_PER_GROUP 32
|
||||
|
||||
|
|
Loading…
Reference in New Issue