<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: PCIe detection Issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Re-PCIe-detection-Issue/m-p/1586324#M200479</link>
    <description>&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;I am also facing same problem.&lt;/P&gt;&lt;P&gt;Please help me, If this Issue is resolved by you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mallikarjuna.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2023 05:15:03 GMT</pubDate>
    <dc:creator>mallibeerala</dc:creator>
    <dc:date>2023-01-21T05:15:03Z</dc:date>
    <item>
      <title>Re: PCIe detection Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-PCIe-detection-Issue/m-p/1338657#M179936</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kernel Version :-&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Linux NXP Vendor Kernel v4.14.98-phy1 (based on NXP tag rel_imx_4.14.98_2.0.1)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Device tree Syntax :-&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;pciea{
        ext_osc = &amp;lt;1&amp;gt;;
        pinctrl-names = "default";
        pinctrl-0 = &amp;lt;&amp;amp;pinctrl_pciea&amp;gt;;
        clkreq-gpio = &amp;lt;&amp;amp;gpio4 27 GPIO_ACTIVE_LOW&amp;gt;;
        reset-gpio = &amp;lt;&amp;amp;gpio4 29 GPIO_ACTIVE_LOW&amp;gt;;
        epdev_on-supply = &amp;lt;&amp;amp;epdev_on&amp;gt;;
        status = "okay";
};

&amp;amp;pcieb {
        ext_osc = &amp;lt;1&amp;gt;;
        pinctrl-names = "default";
        pinctrl-0 = &amp;lt;&amp;amp;pinctrl_pcieb&amp;gt;;
        clkreq-gpio = &amp;lt;&amp;amp;gpio4 30 GPIO_ACTIVE_LOW&amp;gt;;
        reset-gpio = &amp;lt;&amp;amp;gpio5 0 GPIO_ACTIVE_LOW&amp;gt;;
        epdev_on-supply = &amp;lt;&amp;amp;epdev_on2&amp;gt;;
        status = "okay";
};&lt;/LI-CODE&gt;&lt;P&gt;We are trying to integrate PCIe device to &lt;STRONG&gt;i.mx8qm&lt;/STRONG&gt; custom board, but unfortunately it is unable to detect.&lt;/P&gt;&lt;P&gt;When we check with &lt;STRONG&gt;lspci&lt;/STRONG&gt; command, at least the &lt;STRONG&gt;host bridge&lt;/STRONG&gt; is also not detecting.&lt;/P&gt;&lt;P&gt;When we gone through the kernel logs, we have seen below errors.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@phycore-imx8-2:~# 
root@phycore-imx8-2:~# dmesg | grep pci
[    1.072338] OF: PCI: host bridge /pcie@0x5f000000 ranges:
[    1.077415] OF: PCI:   No bus range found for /pcie@0x5f000000, using [bus 00-ff]
[    1.097935] imx6q-pcie 5f000000.pcie: pcie phy pll is locked.
[    1.348502] imx6q-pcie 5f000000.pcie: phy link never came up
[    1.353831] imx6q-pcie 5f000000.pcie: failed to initialize host
[    1.359726] imx6q-pcie 5f000000.pcie: unable to add pcie port.
[    1.365929] imx6q-pcie: probe of 5f000000.pcie failed with error -110
[    1.374601] OF: PCI: host bridge /pcie@0x5f010000 ranges:
[    1.379663] OF: PCI:   No bus range found for /pcie@0x5f010000, using [bus 00-ff]
[    1.399856] imx6q-pcie 5f010000.pcie: pcie phy pll is locked.
[    1.650408] imx6q-pcie 5f010000.pcie: phy link never came up
[    1.655735] imx6q-pcie 5f010000.pcie: failed to initialize host
[    1.661634] imx6q-pcie 5f010000.pcie: unable to add pcie port.
[    1.667807] imx6q-pcie: probe of 5f010000.pcie failed with error -110
[    2.855410] ehci-pci: EHCI PCI platform driver
[    2.891536] ohci-pci: OHCI PCI platform driver&lt;/LI-CODE&gt;&lt;P&gt;As per my understanding by default&amp;nbsp; Linux BSP configures PCIe in Root Complex(RC) Mode. So when we execute lspci command without connecting any PCIe device, at-least host bridge(0:00:0) needs to be detected , but that is also not happening.&lt;STRONG&gt; I feel like PCIe bus itself having some issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out in resolving this issue.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kishore Tamada&lt;/P&gt;</description>
      <pubDate>Sun, 12 Sep 2021 10:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-PCIe-detection-Issue/m-p/1338657#M179936</guid>
      <dc:creator>KishoreT</dc:creator>
      <dc:date>2021-09-12T10:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe detection Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-PCIe-detection-Issue/m-p/1586324#M200479</link>
      <description>&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;I am also facing same problem.&lt;/P&gt;&lt;P&gt;Please help me, If this Issue is resolved by you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mallikarjuna.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 05:15:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-PCIe-detection-Issue/m-p/1586324#M200479</guid>
      <dc:creator>mallibeerala</dc:creator>
      <dc:date>2023-01-21T05:15:03Z</dc:date>
    </item>
  </channel>
</rss>

