aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-09-28 18:26:25 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-09-30 03:52:08 +0000
commit02d5faa992ffdd73e6ae63c8e65bfb62a1aa659d (patch)
treebaeb66dfe1028ccfaadf51d190c5292a889ae696 /src/soc/intel/apollolake/include
parent006acd3c280f952f0b0ffb31779ac0470a1dd33f (diff)
soc/intel/apollolake: Add PCH_IRQx into irq.h
This patch is needed to make use of LPC common code. Change-Id: I5d0e8dbf8f8e52caf4ba78c0e3969efaac387204 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45790 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/include')
-rw-r--r--src/soc/intel/apollolake/include/soc/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/include/soc/irq.h b/src/soc/intel/apollolake/include/soc/irq.h
index ae7af1a8c8..8e28ca182b 100644
--- a/src/soc/intel/apollolake/include/soc/irq.h
+++ b/src/soc/intel/apollolake/include/soc/irq.h
@@ -8,6 +8,8 @@
#define LPSS_UART1_IRQ 5 /* Need to be shared by PMC and SCC only*/
#define LPSS_UART2_IRQ 6 /* Need to be shared by PMC and SCC only*/
#define LPSS_UART3_IRQ 7 /* Need to be shared by PMC and SCC only*/
+#define PCH_IRQ10 10
+#define PCH_IRQ11 11
#define XDCI_INT 13 /* Need to be shared by PMC and SCC only*/
#define GPIO_BANK_INT 14
#define NPK_INT 16