<?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: Request for LVDS Panel Driver / Configuration Support for 10.4″ TFT on i.MX8MP EVK</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2203198#M242109</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for the response and guidance.&lt;/P&gt;&lt;P&gt;I tried to access the panel driver link you provided:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, the link seems to be &lt;STRONG&gt;inaccessible or no longer available. &lt;/STRONG&gt;Please find the attached screenshot showing the issue.&amp;nbsp;). Could you please confirm if the repository has been moved to another location or if there’s an updated link for accessing the panel-simple.c file?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Gowripriya G&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 04:46:34 GMT</pubDate>
    <dc:creator>GOWRIPRIYA_G</dc:creator>
    <dc:date>2025-11-12T04:46:34Z</dc:date>
    <item>
      <title>Request for LVDS Panel Driver / Configuration Support for 10.4″ TFT on i.MX8MP EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2202765#M242098</link>
      <description>&lt;P&gt;Hello NXP Community,&lt;/P&gt;&lt;P&gt;I am currently using the NXP i.MX8MP EVK board and working with LVDS interface displays. I need some guidance and support regarding display drivers and related files.&lt;/P&gt;&lt;P&gt;Specifically, I have the following questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Could you provide the necessary driver files or configuration files for a 10.4'' TFT LCD display panel compatible with the i.MX8MP EVK?&lt;/LI&gt;&lt;LI&gt;Are there any standard display files available from Kingtech for a 10.4'' display that I can use with this board?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance, example driver file, device tree configurations, or reference files would be greatly helpful.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Gowripriya G&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 13:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2202765#M242098</guid>
      <dc:creator>GOWRIPRIYA_G</dc:creator>
      <dc:date>2025-11-11T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Request for LVDS Panel Driver / Configuration Support for 10.4″ TFT on i.MX8MP EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2202790#M242101</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To implement LVDS display support on your i.MX8MP EVK, you'll need to make the following changes:&lt;BR /&gt;&lt;BR /&gt;1. Device Tree Configuration:&lt;BR /&gt;- Reference the dual LVDS support device tree file for the i.MX8MP EVK at:&lt;BR /&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/arch/arm64/boot/dts/freescale/imx8mp-evk-it6263-lvds-dual-channel.dts" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/arch/arm64/boot/dts/freescale/imx8mp-evk-it6263-lvds-dual-channel.dts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. Panel Driver:&lt;BR /&gt;- You'll need to configure your display in the panel-simple.c driver file with the appropriate timing specifications for your 10.4" TFT display&lt;BR /&gt;- The panel-simple.c file is located at:&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y&lt;/A&gt;&lt;BR /&gt;- Add your display timing parameters in the struct display_timing section&lt;BR /&gt;&lt;BR /&gt;3. Set the correct device tree file:&lt;BR /&gt;In U-Boot, set the appropriate device tree file for your LVDS panel:&lt;BR /&gt;```&lt;BR /&gt;=&amp;gt; setenv fdtfile imx8mp-evk-your-lvds-panel.dtb&lt;BR /&gt;=&amp;gt; saveenv&lt;BR /&gt;=&amp;gt; boot&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;4. For LVDS driver details, refer to:&lt;BR /&gt;- LVDS controller: drivers/gpu/drm/imx/imx93_ldb.c (similar structure for i.MX8MP)&lt;BR /&gt;- LVDS PHY: drivers/phy/freescale/phy-fsl-imx8mp-lvds.c&lt;BR /&gt;&lt;BR /&gt;Note that for i.MX8MP, the frame buffer drivers are not supported as they are for i.MX6/7 - you'll need to use the DRM framework instead.&lt;BR /&gt;&lt;BR /&gt;For additional reference, check the i.MX8QXP MEK Display Selection Guide at:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8QXP-MEK-Display-Selection-Guide/ta-p/1100152" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8QXP-MEK-Display-Selection-Guide/ta-p/1100152&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 14:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2202790#M242101</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-11-11T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Request for LVDS Panel Driver / Configuration Support for 10.4″ TFT on i.MX8MP EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2203198#M242109</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for the response and guidance.&lt;/P&gt;&lt;P&gt;I tried to access the panel driver link you provided:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, the link seems to be &lt;STRONG&gt;inaccessible or no longer available. &lt;/STRONG&gt;Please find the attached screenshot showing the issue.&amp;nbsp;). Could you please confirm if the repository has been moved to another location or if there’s an updated link for accessing the panel-simple.c file?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Gowripriya G&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 04:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2203198#M242109</guid>
      <dc:creator>GOWRIPRIYA_G</dc:creator>
      <dc:date>2025-11-12T04:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Request for LVDS Panel Driver / Configuration Support for 10.4″ TFT on i.MX8MP EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2203758#M242130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can get it from your BSP&amp;nbsp;&lt;/P&gt;
&lt;DIV class="Gur8Ad" style="display: inline;"&gt;&lt;SPAN data-huuid="18022779212328300863"&gt;&lt;CODE class="mv6bHd"&gt;drivers/gpu/drm/panel/&lt;/CODE&gt;: &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="vM0jzc" style="display: inline;"&gt;&lt;SPAN data-huuid="18022779212328302726"&gt;This is the standard location within the Linux kernel source tree for DRM panel drivers. &lt;/SPAN&gt;&lt;SPAN data-huuid="18022779212328304589"&gt;You would find files like &lt;CODE class="mv6bHd"&gt;panel-simple.c&lt;/CODE&gt; (for basic panels), and drivers for specific panel models&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="vM0jzc" style="display: inline;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="vM0jzc" style="display: inline;"&gt;&lt;SPAN data-huuid="18022779212328304589"&gt;Regards&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Nov 2025 15:51:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Request-for-LVDS-Panel-Driver-Configuration-Support-for-10-4-TFT/m-p/2203758#M242130</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-11-12T15:51:29Z</dc:date>
    </item>
  </channel>
</rss>

