Hello to everybody,
I'm trying to use PCIe interface. I've enabled System Type ---> Freescale MXC Implementations ---> PCI Express support
but I can't see PCIe probing at starting. I also added some print in "imx_pcie_pltfm_probe" function but no print comes out in the kernel init.
Has anybody already had this problem?
Thank you in advance.
Mario
已解决! 转到解答。
Are you initializing the PCIE platform device in you board init (imx6q_add_pcie())?
I think in ealier kernel versions the PCI driver has been loaded directly using subsys_initcall. Maybe you have forgotten to update your board init during merging later kernel version.
Are you initializing the PCIE platform device in you board init (imx6q_add_pcie())?
I think in ealier kernel versions the PCI driver has been loaded directly using subsys_initcall. Maybe you have forgotten to update your board init during merging later kernel version.