<?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: IMX8mp dsi panel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8mp-dsi-panel/m-p/1926973#M227069</link>
    <description>&lt;P&gt;The reason the driver was not calling the probe function was that the driver was integrated as a kernel module instead of being directly compiled into the kernel.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 05:54:54 GMT</pubDate>
    <dc:creator>joschi2804</dc:creator>
    <dc:date>2024-08-07T05:54:54Z</dc:date>
    <item>
      <title>IMX8mp dsi panel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8mp-dsi-panel/m-p/1925422#M226997</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we want to connect a DSI Panel (IC based on&amp;nbsp;EK79007AD3+EK73217BCGA) to our hardware (based on the Imx8mp module).&lt;/P&gt;&lt;P&gt;We did following changes to our device-tree.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;lcdif1 {
	status = "okay";
};

&amp;amp;mipi_dsi {
	status = "okay";
	port@1 {
		mipi_dsi_out: endpoint {
			remote-endpoint = &amp;lt;&amp;amp;dsi_panel_in&amp;gt;;
		};
	};
	
	panel@0 {
		status = "okay";
		//compatible = "winstar,ek79007ad3";
		compatible = "ronbo,rb070d30";
		reg = &amp;lt;0&amp;gt;;

		port {
			dsi_panel_in: endpoint {
				remote-endpoint = &amp;lt;&amp;amp;mipi_dsi_out&amp;gt;;
			};
		};
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this setting I get following dmesg output&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dmesg | grep -ri dsi
[    0.836295] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[    0.844169] imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi
[    0.912324] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -517, retry 0
[    1.704951] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[    1.712782] imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi
[    1.780977] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -517, retry 1
[    2.269476] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[    2.277300] imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi
[    2.345427] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -517, retry 2
[    2.474864] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[    2.482680] imx_sec_dsim_drv 32e60000.mipi_dsi: Failed to attach bridge: 32e60000.mipi_dsi
[    2.550804] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -517, retry 3
[    2.560036] imx-drm display-subsystem: bound 32e60000.mipi_dsi (ops imx_sec_dsim_ops)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It always returns&amp;nbsp;&lt;SPAN&gt;EPROBE_DEFER error code (-517). It seems the panel driver is never loaded correctly.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I noticed that when I try to load the ronbo kernel module manually, it never calls the probe function.&amp;nbsp;&lt;BR /&gt;I have the same issue that probe function is not called, when I use the "winstar,&lt;/SPAN&gt;&lt;SPAN&gt;ek79007ad3" compatible string (this is panel-simple driver, where I've added a new device).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a reason, why the probe function of the drivers is not called? I thought that if the compatible string matches with the driver, the probe function is called. Or are there further dependencies?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 14:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8mp-dsi-panel/m-p/1925422#M226997</guid>
      <dc:creator>joschi2804</dc:creator>
      <dc:date>2024-08-05T14:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8mp dsi panel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8mp-dsi-panel/m-p/1926973#M227069</link>
      <description>&lt;P&gt;The reason the driver was not calling the probe function was that the driver was integrated as a kernel module instead of being directly compiled into the kernel.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 05:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8mp-dsi-panel/m-p/1926973#M227069</guid>
      <dc:creator>joschi2804</dc:creator>
      <dc:date>2024-08-07T05:54:54Z</dc:date>
    </item>
  </channel>
</rss>

