soc/intel/apollolake: Actually include ACPI PCI IRQ definitions

Without ACPI PCI IRQ definitions kernel is left only with informaiton
available in PCI config space, which is not sufficient.

Change-Id: I3854781049851b5aa5b2dbf3257ece2fee76c3e2
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/14465
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Andrey Petrov 2016-04-21 14:53:33 -07:00 committed by Aaron Durbin
parent 4005d9b2e4
commit d047ab590e
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#define SPI2_INT 37
#define UFS_INT 38
#define EMMC_INT 39
#define PMC_INT 40
#define SDIO_INT 42
#endif /* _SOC_INT_DEFINE_ASL_ */

View File

@ -17,3 +17,6 @@
/* LPSS device */
#include "lpss.asl"
/* PCI IRQ assignment */
#include "pci_irqs.asl"