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 <tcrawford@system76.com>
This commit is contained in:
@@ -91,8 +91,8 @@ static const struct slot_irq_constraints irq_constraints[] = {
|
|||||||
{
|
{
|
||||||
.slot = SA_DEV_SLOT_CPU_6,
|
.slot = SA_DEV_SLOT_CPU_6,
|
||||||
.fns = {
|
.fns = {
|
||||||
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_0, PCI_INT_A, PIRQ_A),
|
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_0, PCI_INT_D, PIRQ_A),
|
||||||
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_2, PCI_INT_C, PIRQ_C),
|
FIXED_INT_PIRQ(SA_DEVFN_CPU_PCIE6_2, PCI_INT_B, PIRQ_C),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user