Hello, [...] > vim +316 drivers/pci/controller/dwc/pcie-dw-rockchip.c > > 313 > 314 static const struct dw_pcie_ep_ops rockchip_pcie_ep_ops = { > 315 .init = rockchip_pcie_ep_init, > > 316 .intx_capable = false, > 317 .raise_irq = rockchip_pcie_raise_irq, > 318 .get_features = rockchip_pcie_get_features, > 319 }; > 320 I moved setting the .intx_capable property to false to the pci_epc_features struct definition for RK3568, which is what I believe the intention was. Have a look at: https://web.git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/commit/?h=endpoint-test&id=cb349262d9770e6478a7e91bdf438122b8cda44d Let me know if this is OK with you. Krzysztof