soc/intel/{alderlake,tigerlake}: Fix typo in gpio_defs.h
Alder Lake and Tiger Lake had unnecessary lower-case 'i' in GPP_C0_IRQ define name. Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: Ida892b00e5a28544950cb9863d0ff2408a514576 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71819 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
parent
765e5df0dd
commit
b911c4896d
|
@ -104,7 +104,7 @@
|
|||
#define GPP_B23_IRQ 0x2F
|
||||
|
||||
/* Group C */
|
||||
#define GPP_C0_iIRQ 0x6E
|
||||
#define GPP_C0_IRQ 0x6E
|
||||
#define GPP_C1_IRQ 0x6F
|
||||
#define GPP_C2_IRQ 0x70
|
||||
#define GPP_C3_IRQ 0x71
|
||||
|
|
|
@ -232,7 +232,7 @@
|
|||
#define GPP_F23_IRQ 0x6D
|
||||
|
||||
/* Group C */
|
||||
#define GPP_C0_iIRQ 0x6E
|
||||
#define GPP_C0_IRQ 0x6E
|
||||
#define GPP_C1_IRQ 0x6F
|
||||
#define GPP_C2_IRQ 0x70
|
||||
#define GPP_C3_IRQ 0x71
|
||||
|
|
Loading…
Reference in New Issue