From b11ca33a43fdfadaebd3f7d12bbc1cbea0cd3c48 Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Sat, 7 Apr 2018 15:20:22 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/25553 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Aaron Durbin Reviewed-by: Sumeet R Pawnikar --- src/soc/intel/apollolake/include/soc/gpio_glk.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/soc/intel/apollolake') 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 -- cgit v1.2.3