We are developing custom board using ls1028.
The current problem is that Ethernet does not work when a PCI module that uses Marvell's chip is connected to the board
If enter ifconfig after boot, eno0 and eno2 will not be checked.
After analyzing the log, it seems to be a problem to disable the msi side at the pci driver.

My question is, is there a way to operate ethernet regardless of msi?
Disabling msi seems to cause a problem with the irq_vector, and I wonder if we can set the irq_vector manually.