[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Correct the gpio bank irq

Jagadish Krishnamoorthy (jagadish.krishnamoorthy@intel.com) gerrit at coreboot.org
Wed Jul 20 07:31:10 CEST 2016


Jagadish Krishnamoorthy (jagadish.krishnamoorthy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15756

-gerrit

commit 55319c911b9401da51cffb5c87027781856e338d
Author: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
Date:   Tue Jul 19 16:25:12 2016 -0700

    soc/intel/apollolake: Correct the gpio bank irq
    
    BUG=chrome-os-partner:55433
    TEST=cat /proc/interrupts | grep INT3452 should
    output 14.
    
    Change-Id: I54253786425b7d4c2007043d49a91dfa6db0397b
    Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
---
 src/soc/intel/apollolake/acpi/soc_int.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/apollolake/acpi/soc_int.asl b/src/soc/intel/apollolake/acpi/soc_int.asl
index c7259d0..c643244 100644
--- a/src/soc/intel/apollolake/acpi/soc_int.asl
+++ b/src/soc/intel/apollolake/acpi/soc_int.asl
@@ -24,7 +24,7 @@
 #define UART2_INT	6	/* Need to be shared by PMC and SCC only*/
 #define UART3_INT	7	/* Need to be shared by PMC and SCC only*/
 #define XDCI_INT	13	/* Need to be shared by PMC and SCC only*/
-#define GPIO_BANK_INT	16
+#define GPIO_BANK_INT	14
 #define NPK_INT		16
 #define PIRQA_INT	16
 #define PIRQB_INT	17



More information about the coreboot-gerrit mailing list