<?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: Error occurs when interfacing another Octal memory with FlexSPI</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1177207#M164443</link>
    <description>&lt;P&gt;We have removed multiple pinmuxing in the DTS file.&lt;BR /&gt;Also we have created a driver and changed compatible field appropriately. Theses changes resolved the issue.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 10:53:57 GMT</pubDate>
    <dc:creator>priyank_bhatt</dc:creator>
    <dc:date>2020-11-03T10:53:57Z</dc:date>
    <item>
      <title>Error occurs when interfacing another Octal memory with FlexSPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163735#M163017</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using a custom board based on iMX8QXPMEK. We are using Yocto Zeus with BSP L5.4.24-2.1.0.&lt;BR /&gt;In this board, we have provided support for connecting two memories on the flexSPI interface similar to the below diagram from the reference manual,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="priyank_bhatt_0-1602051331766.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126855i3B9315AC4FBC9C9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="priyank_bhatt_0-1602051331766.png" alt="priyank_bhatt_0-1602051331766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In our dts file, we have added another node inside &lt;STRONG&gt;&amp;amp;flexspi0&lt;/STRONG&gt; as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;ram0: abc@1 {
reg = &amp;lt;1&amp;gt;;
#address-cells = &amp;lt;1&amp;gt;;
#size-cells = &amp;lt;1&amp;gt;;
compatible = "my-driver";
spi-max-frequency = &amp;lt;60000000&amp;gt;;
spi-tx-bus-width = &amp;lt;8&amp;gt;;
spi-rx-bus-width = &amp;lt;8&amp;gt;;
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when the board boot-up, it shows the below error msgs&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 1.296063] imx8qxp-pinctrl scu:pinctrl: pin IMX8QXP_QSPI0B_SCLK already requested by scu:pinctrl; cannot claim for 5d120000.spi&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.307656] imx8qxp-pinctrl scu:pinctrl: pin-165 (5d120000.spi) status -22&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.314553] imx8qxp-pinctrl scu:pinctrl: could not request pin 165 (IMX8QXP_QSPI0B_SCLK) from group flexspi0grp on device scu:pinctrl&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.326661] nxp-fspi 5d120000.spi: Error applying setting, reverse things back&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.333925] nxp-fspi: probe of 5d120000.spi failed with error -22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We are not even using IMX8QXP_QSPI0B_SCLK pins in our HW connections. Still getting these errors.&lt;BR /&gt;The error remains even if the flash0: mt35xu512aba@0 node is disabled.&lt;/P&gt;&lt;P&gt;Kindly help to resolve the issue.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 06:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163735#M163017</guid>
      <dc:creator>priyank_bhatt</dc:creator>
      <dc:date>2020-10-07T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurs when interfacing another Octal memory with FlexSPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163869#M163037</link>
      <description>&lt;P&gt;Hi priyank_bhatt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regarding "could not request pin 165 IMX8QXP_QSPI0B_SCLK" error one can&lt;/P&gt;
&lt;P&gt;recheck dts/dtsi files if that pin included twice and rebuild image from scratch.&lt;/P&gt;
&lt;P&gt;Just for test one can compile i.MX8QXP MEK dts, where this pin is used :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts?h=imx_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts?h=imx_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi?h=imx_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi?h=imx_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 11:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163869#M163037</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-07T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurs when interfacing another Octal memory with FlexSPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163898#M163041</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for a quick reply.&lt;/P&gt;&lt;P&gt;By removing the unnecessary pin muxing I was able to resolve this issue. But I am still not able to communicate to the Octal RAM connected to the flexSPI interface.&lt;/P&gt;&lt;P&gt;Can you confirm that the node I added in the device tree(refer to original query) file is correct for the HW design(refer to original query) we used on the custom board? I mean will this node trigger the&lt;STRONG&gt; QSPI0A_SS1_B&lt;/STRONG&gt; chip select pin connected to the Octal RAM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:18:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163898#M163041</guid>
      <dc:creator>priyank_bhatt</dc:creator>
      <dc:date>2020-10-07T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurs when interfacing another Octal memory with FlexSPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163956#M163054</link>
      <description>&lt;P&gt;one can check if this part is present in struct spi_nor_ids[]&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/mtd/spi-nor/spi-nor.c?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/mtd/spi-nor/spi-nor.c?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1163956#M163054</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-07T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurs when interfacing another Octal memory with FlexSPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1177207#M164443</link>
      <description>&lt;P&gt;We have removed multiple pinmuxing in the DTS file.&lt;BR /&gt;Also we have created a driver and changed compatible field appropriately. Theses changes resolved the issue.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 10:53:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-occurs-when-interfacing-another-Octal-memory-with-FlexSPI/m-p/1177207#M164443</guid>
      <dc:creator>priyank_bhatt</dc:creator>
      <dc:date>2020-11-03T10:53:57Z</dc:date>
    </item>
  </channel>
</rss>

