Hi All,
We are working product based on IMX8MQ (MIMX8MQ6DVAJZAA) processor.
Kernel version: 4.14.98
Till now we were using PCI clock generator chip for PCI host. But now due to shortage of this chip we decided to use internal clock generated by IMX8MQ for PCI. But we are not able to make it work.
We didn't observe PCI clock generated on oscilloscope and we are not able to detect WIFI module.
To use internal clock for PCI we did following configuration.
&pcie0{
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie0>;
disable-gpio = <&gpio3 7 GPIO_ACTIVE_LOW>;
reset-gpio = <&gpio3 9 GPIO_ACTIVE_LOW>;
ext_osc = <0>;
hard-wired = <1>;
status = "okay";
};
But it's not helping. Any suggestion or direction is appreciated.
Thanks,
Jemish