soc/intel/apollolake: correct GPIO 13 IRQ number
The define for GPIO_13_IRQ had the wrong IRQ number. It should be 0x70 instead of 0x6f. BUG=chrome-os-partner:62085 BRANCH=reef TEST=touch controller doesn't indicate continuous interrupts Change-Id: I3a0726db59fc1eb7736d348aecbf1082719f15b2 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/18190 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
aa6482e88e
commit
ba32f0f91c
|
@ -506,7 +506,7 @@
|
|||
#define GPIO_10_IRQ 0x6D
|
||||
#define GPIO_11_IRQ 0x6E
|
||||
#define GPIO_12_IRQ 0x6F
|
||||
#define GPIO_13_IRQ 0x6F
|
||||
#define GPIO_13_IRQ 0x70
|
||||
#define GPIO_14_IRQ 0x71
|
||||
#define GPIO_15_IRQ 0x72
|
||||
#define GPIO_16_IRQ 0x73
|
||||
|
|
Loading…
Reference in New Issue