<?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 Re: how to resolve this spi driver problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-resolve-this-spi-driver-problem/m-p/983906#M146181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for spidev example one can check&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/430584"&gt;How to use SPIDEV driver on iMX6UL EVK&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2019 08:32:52 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-11-13T08:32:52Z</dc:date>
    <item>
      <title>how to resolve this spi driver problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-resolve-this-spi-driver-problem/m-p/983905#M146180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am installing spi driver in imx6ull processor,but i am not getting the spi clock.i mentioned dts entry below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dtsi entry:&lt;/P&gt;&lt;P&gt;ecspi1: ecspi@02008000 {&lt;BR /&gt; #address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt; compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";&lt;BR /&gt; reg = &amp;lt;0x02008000 0x4000&amp;gt;;&lt;BR /&gt; interrupts = &amp;lt;GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clks IMX6UL_CLK_ECSPI1&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clks IMX6UL_CLK_ECSPI1&amp;gt;;&lt;BR /&gt; clock-names = "ipg", "per";&lt;BR /&gt; dmas = &amp;lt;&amp;amp;sdma 3 7 1&amp;gt;, &amp;lt;&amp;amp;sdma 4 7 2&amp;gt;;&lt;BR /&gt; dma-names = "rx", "tx";&lt;BR /&gt; status = "disabled";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dts entry as:&lt;/P&gt;&lt;P&gt;&amp;amp;ecspi1 {&lt;BR /&gt; fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_ecspi1&amp;gt;;&lt;BR /&gt; status = "okay";&lt;/P&gt;&lt;P&gt;spidev0: spi@0 {&lt;BR /&gt; reg = &amp;lt;0&amp;gt;;&lt;BR /&gt; compatible = "spidev";&lt;BR /&gt; spi-max-frequency = &amp;lt;1000000&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IOMUXING details:&lt;/P&gt;&lt;P&gt;pinctrl_ecspi1: ecspi1grp-1 {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6UL_PAD_CSI_DATA04__ECSPI1_SCLK 0x01f4/*spi clock signal*/&lt;BR /&gt; MX6UL_PAD_CSI_DATA05__ECSPI1_SS0 0x01F8&lt;BR /&gt; MX6UL_PAD_CSI_DATA07__ECSPI1_MISO 0x0200/*spi MISO */&lt;BR /&gt; MX6UL_PAD_UART2_CTS_B__GPIO1_IO22 0x009c&lt;BR /&gt; MX6UL_PAD_UART2_RTS_B__GPIO1_IO23 0x00a0&lt;BR /&gt; MX6UL_PAD_LCD_DATA22__ECSPI1_MOSI 0x0170&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 07:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-resolve-this-spi-driver-problem/m-p/983905#M146180</guid>
      <dc:creator>pooja_todakar</dc:creator>
      <dc:date>2019-11-13T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve this spi driver problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-resolve-this-spi-driver-problem/m-p/983906#M146181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for spidev example one can check&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/430584"&gt;How to use SPIDEV driver on iMX6UL EVK&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 08:32:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-resolve-this-spi-driver-problem/m-p/983906#M146181</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-13T08:32:52Z</dc:date>
    </item>
  </channel>
</rss>

