Skip to content

Commit 40e8d68

Browse files
committed
soc/intel/alderlake: Fix IRQ for PEG0, PEG1
Fixes the following warnings on Linux: pcieport 0000:00:06.0: can't derive routing for PCI INT D pcieport 0000:00:06.2: can't derive routing for PCI INT B Change-Id: I49406e0db77cf2391972f6660729bd0a41a34f13 Signed-off-by: Tim Crawford <[email protected]>
1 parent c6ef149 commit 40e8d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/soc/intel/alderlake/fsp_params.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ static const struct slot_irq_constraints irq_constraints[] = {
9191
{
9292
.slot = SA_DEV_SLOT_CPU_6,
9393
.fns = {
94-
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_0, PCI_INT_A, PIRQ_A),
95-
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_2, PCI_INT_C, PIRQ_C),
94+
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_0, PCI_INT_D, PIRQ_A),
95+
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_2, PCI_INT_B, PIRQ_C),
9696
},
9797
},
9898
{

0 commit comments

Comments
 (0)