i.MX6 PCIe root complex activation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6 PCIe root complex activation

Jump to solution
1,674 Views
mariocasto
Contributor II

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

Labels (1)
0 Kudos
1 Solution
1,037 Views
Martin1z
Contributor III

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.

View solution in original post

0 Kudos
2 Replies
1,038 Views
Martin1z
Contributor III

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.

0 Kudos
1,037 Views
mariocasto
Contributor II

Thank you, I didn't find in the platform configuration file no init for PCIe as in the other files.

So now I added the configuration.

0 Kudos