[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Fix macro name for GPIO_GPE_NW group 2

Furquan Shaikh (Code Review) gerrit at coreboot.org
Tue Jun 5 02:43:49 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/26852


Change subject: soc/intel/apollolake: Fix macro name for GPIO_GPE_NW group 2
......................................................................

soc/intel/apollolake: Fix macro name for GPIO_GPE_NW group 2

Bit 63 is part of GPIO_GPE_NW group 1 and group 2 starts from bit
64. This change corrects macro name to GPIO_GPE_NW_95_64 to reflect
this.

BUG=b:77224247

Change-Id: Ib94617ad102eea5084281f0dda3475e33d3a7833
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/soc/intel/apollolake/include/soc/gpio_glk.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/26852/1

diff --git a/src/soc/intel/apollolake/include/soc/gpio_glk.h b/src/soc/intel/apollolake/include/soc/gpio_glk.h
index 63bee3b..f1ae49e 100644
--- a/src/soc/intel/apollolake/include/soc/gpio_glk.h
+++ b/src/soc/intel/apollolake/include/soc/gpio_glk.h
@@ -266,7 +266,7 @@
 
 #define GPIO_GPE_NW_31_0	0
 #define GPIO_GPE_NW_63_32	1
-#define GPIO_GPE_NW_95_63	2
+#define GPIO_GPE_NW_95_64	2
 #define GPIO_GPE_N_31_0		4
 #define GPIO_GPE_N_63_32	5
 #define GPIO_GPE_N_95_64	6

-- 
To view, visit https://review.coreboot.org/26852
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: Ib94617ad102eea5084281f0dda3475e33d3a7833
Gerrit-Change-Number: 26852
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180605/ffdebc20/attachment-0001.html>


More information about the coreboot-gerrit mailing list