<?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 add display with ili9341 controller (SPI+RGB666) Linux on iMX6DL in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556042#M86555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you managed to LCD working with SPI+RGB interface. I am also struggling to integrate SPI code in mxc_lcdif.c file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your feedback will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Sameer Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 13:01:58 GMT</pubDate>
    <dc:creator>sameerpatil</dc:creator>
    <dc:date>2016-10-11T13:01:58Z</dc:date>
    <item>
      <title>How to add display with ili9341 controller (SPI+RGB666) Linux on iMX6DL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556040#M86553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I are trying to configure the above display “DET24QVF2H-C” from Densitron to be used with IMX6DL sabre EVB board on Linux operating system (Yocto BSP, Kernel 4.1.15) and facing some issue while driving it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The connection interface of the display with IMX6DL is Data Interface : Parallel RGB (with Image Processing unit) and SPI as control interface.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drivers available for ILI9341 with mentioned BSP is configured to work with multiple Displays but non from Densitron, By default driver is configured to work with “mi0283qt-9a” display (probably ?) and all register configuration is done for the mentioned display. And it’s not working with Densitron display.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help us with configuring of DET24QVF2H-C display with IMX6DL sabre board?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look at following doubts and queries regarding the same:-&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Do you think the current drivers that we have are suitable to use with DET24QVF2H-C display?&lt;/P&gt;&lt;P&gt;2) Configured LCD interface and SPI interface. Please see attached files.&lt;/P&gt;&lt;P&gt;3) I have modified device tree to add pin configuration of above and also added fb_ili9341 (also generic frame buffer driver) driver as module in kernel. Is there any other changes that I need to do apart from these. Any document that details configuration on interfaces will be useful.&lt;/P&gt;&lt;P&gt;4) When i use following command at u-boot prompt:- setenv mmcargs setenv bootargs console=${console},${baudrate} ${smp} root=${mmcroot} video=mxcfb2:dev=lcd,DET24QVF2H-C,if=RGB666 video=mxcfb0:off video=mxcfb1:off video=mxcfb3:off fbmem=32M&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@imx6dlsabresd:~# fbset mode "240x320-69" # D: 6.350 MHz, H: 23.175 kHz, V: 69.387 Hz geometry 240 320 240 320 16 timings 157480 20 10 10 2 4 2 rgba 5/11,6/5,5/0,0/0 endmode&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@imx6dlsabresd:~# I am able to see display as FB0 and FB1 overlay. But there is another FB2 (with SPI interface). When i try to write something on all above framebuffer devices with following command i don't see anything. echo 0 &amp;gt; /sys/class/graphics/fbx/blank dd if=/dev/urandom of=/dev/fbx Please provide your help on this.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Savita Dhiman&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336968"&gt;imx6qdl-sabresd(1).dtsi.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336968"&gt;mxc_lcdif.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336968"&gt;imx6dl-sabresd.dts.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556040#M86553</guid>
      <dc:creator>savitadhiman</dc:creator>
      <dc:date>2016-08-24T09:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add display with ili9341 controller (SPI+RGB666) Linux on iMX6DL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556041#M86554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savita Dhiman, you should merge the SPI related code into mxc_lcdif.c driver.&lt;/P&gt;&lt;P&gt;Attached is an example to support SPI+RGB interface driver on IPU, you can reference to to create your driver. This driver is based on old kernel (3.0.35).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 06:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556041#M86554</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2016-08-25T06:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add display with ili9341 controller (SPI+RGB666) Linux on iMX6DL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556042#M86555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you managed to LCD working with SPI+RGB interface. I am also struggling to integrate SPI code in mxc_lcdif.c file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your feedback will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Sameer Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 13:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-display-with-ili9341-controller-SPI-RGB666-Linux-on/m-p/556042#M86555</guid>
      <dc:creator>sameerpatil</dc:creator>
      <dc:date>2016-10-11T13:01:58Z</dc:date>
    </item>
  </channel>
</rss>

