From ba32f0f91cfd79434b53d60a16d4c072fac384ec Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 20 Jan 2017 14:10:26 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/18190 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/soc/intel/apollolake/include/soc/gpio_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/intel/apollolake/include/soc/gpio_defs.h b/src/soc/intel/apollolake/include/soc/gpio_defs.h index 33daf10e79..18b95c9c63 100644 --- a/src/soc/intel/apollolake/include/soc/gpio_defs.h +++ b/src/soc/intel/apollolake/include/soc/gpio_defs.h @@ -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 -- cgit v1.2.3