[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Fix GPIO group to GPE mapping for GLK

Hannah Williams (Code Review) gerrit at coreboot.org
Sat Apr 7 23:47:12 CEST 2018


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/25553


Change subject: soc/intel/apollolake: Fix GPIO group to GPE mapping for GLK
......................................................................

soc/intel/apollolake: Fix GPIO group to GPE mapping for GLK

BUG=b:77605178
TEST=Tested EC wake sources
Signed-off-by: Hannah Williams <hannah.williams at intel.com>

Change-Id: Id879b3e91d4c0794662cf3d8204bd077117db23c
---
M src/soc/intel/apollolake/include/soc/gpio_glk.h
1 file changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/25553/1

diff --git a/src/soc/intel/apollolake/include/soc/gpio_glk.h b/src/soc/intel/apollolake/include/soc/gpio_glk.h
index b9a219e..7145a28 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
 

-- 
To view, visit https://review.coreboot.org/25553
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id879b3e91d4c0794662cf3d8204bd077117db23c
Gerrit-Change-Number: 25553
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180407/03ea948c/attachment-0001.html>


More information about the coreboot-gerrit mailing list