<?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 When using LVDS LCD in 6-bit mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1326316#M178759</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Tell me how to control the LVDS port output.&lt;/P&gt;&lt;P&gt;We try to use a specific LVDS-LCD with i.MX6-Solo.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When the LCD is in 6-bit mode, according to the LCD spec, the RXIN3 +/- input level should be fixed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What settings should I make for i.MX6?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How should I change the DeviceTree and Driver-Code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="名称未設定.jpg" style="width: 885px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153481i6D54B26ED3C5D5FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="名称未設定.jpg" alt="名称未設定.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2021 06:16:27 GMT</pubDate>
    <dc:creator>george</dc:creator>
    <dc:date>2021-09-03T06:16:27Z</dc:date>
    <item>
      <title>When using LVDS LCD in 6-bit mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1326316#M178759</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Tell me how to control the LVDS port output.&lt;/P&gt;&lt;P&gt;We try to use a specific LVDS-LCD with i.MX6-Solo.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When the LCD is in 6-bit mode, according to the LCD spec, the RXIN3 +/- input level should be fixed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What settings should I make for i.MX6?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How should I change the DeviceTree and Driver-Code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;George.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="名称未設定.jpg" style="width: 885px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153481i6D54B26ED3C5D5FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="名称未設定.jpg" alt="名称未設定.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 06:16:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1326316#M178759</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2021-09-03T06:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: When using LVDS LCD in 8-bit mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1327605#M178898</link>
      <description>&lt;P&gt;Hi George&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for such mode one can use ldb dts settings&lt;/P&gt;
&lt;P&gt;fsl,data-mapping = "spwg";&lt;BR /&gt;fsl,data-width = &amp;lt;18&amp;gt;;&lt;/P&gt;
&lt;P&gt;as in example below (&amp;amp;ldb {...)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;adjust lcd timings as in example below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/How-to-change-SABRE-SD-screen-resolution-in-LOLLIPOP-5-0-0/m-p/437095" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/How-to-change-SABRE-SD-screen-resolution-in-LOLLIPOP-5-0-0/m-p/437095&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>Mon, 23 Aug 2021 08:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1327605#M178898</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-08-23T08:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: When using LVDS LCD in 8-bit mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1327647#M178903</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;wonderful!&lt;/P&gt;&lt;P&gt;Thank you for the clear answer.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/When-using-LVDS-LCD-in-6-bit-mode/m-p/1327647#M178903</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2021-08-23T09:03:43Z</dc:date>
    </item>
  </channel>
</rss>

