<?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: IMX6SX LCDIF 8bits</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413623#M61964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you look at the driver you will see that the 8 bits mode for LCDIF is not yet supported.&amp;nbsp; You have to modify the driver to have it work for you.&lt;/P&gt;&lt;P&gt;Also, if you are using sources from the yocto distribution, This comment: // lcd-supply = &amp;lt;&amp;amp;reg_lcd_3v3&amp;gt;;&lt;/P&gt;&lt;P&gt;will make the driver to no working since it will break out of the initial process if the supply is not existed.&lt;/P&gt;&lt;P&gt;To sum up, to support 8 bits mode, modifying the device tree alone won't help much.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 01:03:31 GMT</pubDate>
    <dc:creator>davidtrinh</dc:creator>
    <dc:date>2015-12-10T01:03:31Z</dc:date>
    <item>
      <title>IMX6SX LCDIF 8bits</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413621#M61962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; due to a very slow 320x240 lcd (6,5 MHZ with 24bit parallel) I'm trying to configure LCDIF device to use a 8bits bus wicth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the dtb as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;lcdif1 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinctrl-names = "default";&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_lcdif_dat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;pinctrl_lcdif_ctrl&amp;gt;;&lt;/P&gt;&lt;P&gt;// lcd-supply = &amp;lt;&amp;amp;reg_lcd_3v3&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; display = &amp;lt;&amp;amp;display0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; display0: display {&lt;/P&gt;&lt;P&gt;&amp;nbsp; bits-per-pixel = &amp;lt;24&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; bus-width = &amp;lt;8&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; display-timings {&lt;/P&gt;&lt;P&gt;&amp;nbsp; native-mode = &amp;lt;&amp;amp;timing0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; timing0: timing0 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; clock-frequency = &amp;lt;19500000&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; hactive = &amp;lt;320&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vactive = &amp;lt;240&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; hback-porch = &amp;lt;204&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; hfront-porch = &amp;lt;60&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vback-porch = &amp;lt;18&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vfront-porch = &amp;lt;4&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; hsync-len = &amp;lt;10&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vsync-len = &amp;lt;10&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; hsync-active = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vsync-active = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; de-active = &amp;lt;1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pixelclk-active = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the kernel hangs!!! &lt;/P&gt;&lt;P&gt;I recompiled my kernel with early printk but it prints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel...done, booting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the bus with to 16 or 24 the kernel starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem? What can I do to debug the 8 bit problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 09:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413621#M61962</guid>
      <dc:creator>LPs</dc:creator>
      <dc:date>2015-11-16T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX LCDIF 8bits</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413622#M61963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello LPs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please share the diff so we can see what changes were made on the file? And also, would you please let us know why did you commented the LCD supply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Gustavo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 17:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413622#M61963</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-12-09T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX LCDIF 8bits</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413623#M61964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you look at the driver you will see that the 8 bits mode for LCDIF is not yet supported.&amp;nbsp; You have to modify the driver to have it work for you.&lt;/P&gt;&lt;P&gt;Also, if you are using sources from the yocto distribution, This comment: // lcd-supply = &amp;lt;&amp;amp;reg_lcd_3v3&amp;gt;;&lt;/P&gt;&lt;P&gt;will make the driver to no working since it will break out of the initial process if the supply is not existed.&lt;/P&gt;&lt;P&gt;To sum up, to support 8 bits mode, modifying the device tree alone won't help much.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 01:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-LCDIF-8bits/m-p/413623#M61964</guid>
      <dc:creator>davidtrinh</dc:creator>
      <dc:date>2015-12-10T01:03:31Z</dc:date>
    </item>
  </channel>
</rss>

