thank you.
I passed pci_enable_msi_range step.
but now , I do not receiving MSI interrupts,
follow "iMX6 PCIe MSI issues",
I check that CONFIG_PCIEPORTBUS is opened in my code.
-the interrupt vectors are enabled in the MSI controller's Interrupt Enable register (0x1ffc828)
-the interrupt vectors are not masked in the MSI controller's Interrupt Mask register (0x1ffc82c)
Interrupt Mask register are not masked,need modify the Mask register?