From d7cedd3f61807e9a35c690a3ecbbc81444f99f77 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 20 Jan 2017 14:10:26 -0600 Subject: [PATCH] UPSTREAM: 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: Iab8992b08f0ee1a92d73cda1c730081b890c06da Signed-off-by: Patrick Georgi Original-Commit-Id: ba32f0f91cfd79434b53d60a16d4c072fac384ec Original-Change-Id: I3a0726db59fc1eb7736d348aecbf1082719f15b2 Original-Signed-off-by: Aaron Durbin Original-Reviewed-on: https://review.coreboot.org/18190 Original-Reviewed-by: Furquan Shaikh Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Reviewed-on: https://chromium-review.googlesource.com/430615 Commit-Ready: Aaron Durbin Tested-by: Aaron Durbin Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/include/soc/gpio_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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