diff options
author | Hannah Williams <hannah.williams@intel.com> | 2018-04-07 15:20:22 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-04-09 17:55:37 +0000 |
commit | b11ca33a43fdfadaebd3f7d12bbc1cbea0cd3c48 (patch) | |
tree | 475cb6384d23d054ae82b54942b0002411a198c6 /src/soc/intel | |
parent | f357c2562ac2b27f2520e8591a27001f39dc7e92 (diff) | |
download | coreboot-b11ca33a43fdfadaebd3f7d12bbc1cbea0cd3c48.tar.xz |
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>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/include/soc/gpio_glk.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/intel/apollolake/include/soc/gpio_glk.h b/src/soc/intel/apollolake/include/soc/gpio_glk.h index b9a219ee06..7145a28f1e 100644 --- a/src/soc/intel/apollolake/include/soc/gpio_glk.h +++ b/src/soc/intel/apollolake/include/soc/gpio_glk.h @@ -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 |