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@google.com> Reviewed-on: https://review.coreboot.org/26852 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
b72ab9e4d7
commit
e9d3b9c0f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue