<?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>topic PCIe 2lane Driver support for i.MX 8QM. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579183#M199762</link>
    <description>&lt;P&gt;i.MX 8QM H/W supports PCIe dual lane.&lt;BR /&gt;However, it seems that only 1 lane is supported in the Linux driver.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In /Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml, num-lanes is only described as "const: 1".&lt;BR /&gt;And do not check "num-lanes" property in pci-imx6.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is what I checked correct?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 09:34:29 GMT</pubDate>
    <dc:creator>simon_ko</dc:creator>
    <dc:date>2023-01-09T09:34:29Z</dc:date>
    <item>
      <title>PCIe 2lane Driver support for i.MX 8QM.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579183#M199762</link>
      <description>&lt;P&gt;i.MX 8QM H/W supports PCIe dual lane.&lt;BR /&gt;However, it seems that only 1 lane is supported in the Linux driver.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In /Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml, num-lanes is only described as "const: 1".&lt;BR /&gt;And do not check "num-lanes" property in pci-imx6.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is what I checked correct?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 09:34:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579183#M199762</guid>
      <dc:creator>simon_ko</dc:creator>
      <dc:date>2023-01-09T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe 2lane Driver support for i.MX 8QM.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579659#M199793</link>
      <description>&lt;P&gt;i.MX8QM has both PCIeA and PCIeB.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi?h=imx_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi?h=imx_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 02:21:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579659#M199793</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-01-10T02:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe 2lane Driver support for i.MX 8QM.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579679#M199796</link>
      <description>&lt;P&gt;Thank you for answer.&lt;BR /&gt;I know i.MX 8QM has 2 PCIe Lanes.&lt;/P&gt;&lt;P&gt;Two PCIe can be used as PCIe x 2Lane or as 2 PCIe x 1Lane.&lt;/P&gt;&lt;P&gt;Current Driver only has 2 PCIe x 1Lane examples.&lt;BR /&gt;I have a question about how to use PCIe x 2Lane.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 02:47:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1579679#M199796</guid>
      <dc:creator>simon_ko</dc:creator>
      <dc:date>2023-01-10T02:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe 2lane Driver support for i.MX 8QM.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1580716#M199910</link>
      <description>&lt;P&gt;I cannot find the example. Let me check with the internal team.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 09:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1580716#M199910</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-01-11T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe 2lane Driver support for i.MX 8QM.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1583504#M200202</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the link below, we confirmed the use of two PCIe Lanes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-5.15.y/arch/arm64/boot/dts/freescale/imx8qm-pcieax2pciebx1.dts" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-5.15.y/arch/arm64/boot/dts/freescale/imx8qm-pcieax2pciebx1.dts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 00:25:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-2lane-Driver-support-for-i-MX-8QM/m-p/1583504#M200202</guid>
      <dc:creator>simon_ko</dc:creator>
      <dc:date>2023-01-17T00:25:16Z</dc:date>
    </item>
  </channel>
</rss>

