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:
parent
4005d9b2e4
commit
d047ab590e
|
@ -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_ */
|
||||
|
|
|
@ -17,3 +17,6 @@
|
|||
|
||||
/* LPSS device */
|
||||
#include "lpss.asl"
|
||||
|
||||
/* PCI IRQ assignment */
|
||||
#include "pci_irqs.asl"
|
||||
|
|
Loading…
Reference in New Issue