i.MX6 PCIe root complex activation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6 PCIe root complex activation

跳至解决方案
2,015 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,378 次查看
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 项奖励
回复
2 回复数
1,379 次查看
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 项奖励
回复
1,378 次查看
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 项奖励
回复