[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: correct GPIO 13 IRQ number

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Fri Jan 20 21:14:25 CET 2017


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18190

-gerrit

commit 871e6af04ecbc38374d59bcfdc6cd0b678e28814
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Jan 20 14:10:26 2017 -0600

    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 at chromium.org>
---
 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 33daf10..18b95c9 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



More information about the coreboot-gerrit mailing list