<?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: drm error message at boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2094685#M237097</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56935"&gt;@acremonini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That error code 0x180 just means “no device found” at the time the link was attempted. It's more of a timing thing than an actual bug.&lt;/P&gt;
&lt;P&gt;Since your LVDS display is working fine, it means the drivers eventually did their job. These logs are new in recent kernels (like 6.6 from Scarthgap). Older versions like Mickledore didn’t log this as an issue, which is probably why you hadn’t seen it before.&lt;/P&gt;
&lt;P&gt;You can share your device tree and we can check if there is any inconsistency that is displaying this log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2025 14:29:27 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2025-05-09T14:29:27Z</dc:date>
    <item>
      <title>drm error message at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2094607#M237087</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm developing a Yocto distro for a custom board, starting from the one for imx8mp_evk. I'm trying to remove errors during the boot but there's three messages about ldb I can't explain. Notice that my lvds display works fine despite the messages.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[    0.183364] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[    0.346205] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with phy-lvds
[    0.375242] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with lvds0_panel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some debugging on on my board I've moved to the evk that has the same error.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[ 0.222956] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[ 0.403848] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-004c
[ 0.467060] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-004c&lt;/LI-CODE&gt;&lt;P&gt;I'm working on imx-linux-scarthgap distro with manifest&amp;nbsp;imx-6.6.23-2.0.0.xml. Before this revision I worked with a mickledore one and no ldb error messages were printed on serial console.&lt;/P&gt;&lt;P&gt;Can someone help me removing this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 12:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2094607#M237087</guid>
      <dc:creator>acremonini</dc:creator>
      <dc:date>2025-05-09T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: drm error message at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2094685#M237097</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56935"&gt;@acremonini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That error code 0x180 just means “no device found” at the time the link was attempted. It's more of a timing thing than an actual bug.&lt;/P&gt;
&lt;P&gt;Since your LVDS display is working fine, it means the drivers eventually did their job. These logs are new in recent kernels (like 6.6 from Scarthgap). Older versions like Mickledore didn’t log this as an issue, which is probably why you hadn’t seen it before.&lt;/P&gt;
&lt;P&gt;You can share your device tree and we can check if there is any inconsistency that is displaying this log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 14:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2094685#M237097</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-05-09T14:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: drm error message at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2303051#M243705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Iam also facing the same issue in&amp;nbsp;&lt;SPAN&gt;Scarthgap.&lt;BR /&gt;&lt;BR /&gt;[ 0.090951] platform panel-lvds: Fixed dependency cycle(s) with /ldb-display- controller/lvds-channel@0&lt;BR /&gt;[ 1.605694] panel-lvds panel-lvds: /panel-lvds: problems parsing panel-timing (-22)&lt;BR /&gt;[ 1.613391] panel-lvds: probe of panel-lvds failed with error -22&lt;BR /&gt;[ 1.630510] imx8mp-ldb ldb-display-controller: Failed to create device link ( 0x180) with 32e90000.lcd-controller&lt;BR /&gt;[ 2.659304] imx8mp-ldb ldb-display-controller: Failed to create device link ( 0x180) with phy-lvds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My dts file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;// SPDX-License-Identifier: GPL-2.0+&lt;BR /&gt;/*&lt;BR /&gt;* i.MX8M Plus EVK&lt;BR /&gt;* LVDS Panel: 800x480 @ 60Hz&lt;BR /&gt;* Kernel: Linux 6.6+&lt;BR /&gt;*/&lt;/P&gt;&lt;P&gt;#include "imx8mp-evk.dts"&lt;/P&gt;&lt;P&gt;/ {&lt;BR /&gt;model = "NXP i.MX8M Plus EVK - LVDS 800x480";&lt;BR /&gt;compatible = "fsl,imx8mp-evk", "fsl,imx8mp";&lt;/P&gt;&lt;P&gt;panel_lvds: panel-lvds {&lt;BR /&gt;compatible = "panel-lvds";&lt;BR /&gt;status = "okay";&lt;/P&gt;&lt;P&gt;data-mapping = "vesa-24";&lt;BR /&gt;data-width = &amp;lt;24&amp;gt;;&lt;/P&gt;&lt;P&gt;display-timings {&lt;BR /&gt;native-mode = &amp;lt;&amp;amp;timing0&amp;gt;;&lt;/P&gt;&lt;P&gt;timing0: timing0 {&lt;BR /&gt;clock-frequency = &amp;lt;25005000&amp;gt;;&lt;/P&gt;&lt;P&gt;hactive = &amp;lt;800&amp;gt;;&lt;BR /&gt;hsync-len = &amp;lt;6&amp;gt;;&lt;BR /&gt;hback-porch = &amp;lt;14&amp;gt;;&lt;BR /&gt;hfront-porch = &amp;lt;44&amp;gt;;&lt;/P&gt;&lt;P&gt;vactive = &amp;lt;480&amp;gt;;&lt;BR /&gt;vsync-len = &amp;lt;1&amp;gt;;&lt;BR /&gt;vback-porch = &amp;lt;3&amp;gt;;&lt;BR /&gt;vfront-porch = &amp;lt;5&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;port {&lt;BR /&gt;panel_in: endpoint {&lt;BR /&gt;remote-endpoint = &amp;lt;&amp;amp;ldb_lvds_out&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;ldb_phy {&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;ldb {&lt;BR /&gt;status = "okay";&lt;/P&gt;&lt;P&gt;port@0 {&lt;BR /&gt;reg = &amp;lt;0&amp;gt;;&lt;BR /&gt;ldb_lcdif_in: endpoint {&lt;BR /&gt;remote-endpoint = &amp;lt;&amp;amp;lcdif3_out&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;lvds-channel@0 {&lt;BR /&gt;status = "okay";&lt;BR /&gt;fsl,data-mapping = "vesa-24";&lt;BR /&gt;fsl,data-width = &amp;lt;24&amp;gt;;&lt;/P&gt;&lt;P&gt;port@1 {&lt;BR /&gt;reg = &amp;lt;1&amp;gt;;&lt;BR /&gt;ldb_lvds_out: endpoint {&lt;BR /&gt;remote-endpoint = &amp;lt;&amp;amp;panel_in&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;lcdif3 {&lt;BR /&gt;status = "okay";&lt;/P&gt;&lt;P&gt;port {&lt;BR /&gt;lcdif3_out: endpoint {&lt;BR /&gt;remote-endpoint = &amp;lt;&amp;amp;ldb_lcdif_in&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;/* Disable HDMI controller ONLY */&lt;BR /&gt;&amp;amp;hdmi {&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* Disable MIPI + unused LCDIFs */&lt;BR /&gt;&amp;amp;mipi_dsi { status = "disabled"; };&lt;BR /&gt;&amp;amp;lcdif1 { status = "disabled"; };&lt;BR /&gt;&amp;amp;lcdif2 { status = "disabled"; };&lt;BR /&gt;&lt;BR /&gt;can you help me to fix that . I also attach my display details . Could you address the issue&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Media (2).jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374815iF680ADBA41920781/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Media (2).jpg" alt="Media (2).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 13:18:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2303051#M243705</guid>
      <dc:creator>SanthoshRajavel</dc:creator>
      <dc:date>2026-01-29T13:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: drm error message at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2303053#M243706</link>
      <description>&lt;P&gt;My Board 8MPLUSLPD4-EVK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 13:22:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/drm-error-message-at-boot/m-p/2303053#M243706</guid>
      <dc:creator>SanthoshRajavel</dc:creator>
      <dc:date>2026-01-29T13:22:00Z</dc:date>
    </item>
  </channel>
</rss>

