<?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: probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1863691#M223579</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Rm68200 display driver is older one so currently porting jd9325 TFT display driver by connecting respective hw display&amp;nbsp; panel to imx8mm board .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 21:19:07 GMT</pubDate>
    <dc:creator>koteswararao18</dc:creator>
    <dc:date>2024-05-10T21:19:07Z</dc:date>
    <item>
      <title>probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858520#M223241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am trying to bring up mipi dsi display using (raydium-rm68200 driver) on iMx8mm core board in 5.10 kernel . panel dts file is prepared by referring (arch/arm64/boot/dts/freescale/imx8ulp-evk-rk055hdmipi4m.dts). But during panel board bring up,&amp;nbsp; rm68200_probe() (added debug log) itself not triggered even though rm68200 module is loaded in to kernel. Attached dmesg log for reference. please let me know input if possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ # lsmod | grep rm68200&lt;BR /&gt;panel_raydium_rm68200 28672 0&lt;BR /&gt;/ #&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 16:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858520#M223241</guid>
      <dc:creator>koteswararao18</dc:creator>
      <dc:date>2024-05-02T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858537#M223242</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232493"&gt;@koteswararao18&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please change your panel dts file's &lt;STRONG&gt;compatible&lt;/STRONG&gt; attribute to refer to the rm68200 panel driver like below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;amp;mipi_dsi {
  panel@0 {
  compatible = "raydium,rm68200";&lt;/LI-CODE&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;</description>
      <pubDate>Thu, 02 May 2024 17:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858537#M223242</guid>
      <dc:creator>praveen_adi</dc:creator>
      <dc:date>2024-05-02T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858814#M223266</link>
      <description>&lt;P&gt;Dear praveen,&lt;/P&gt;&lt;P&gt;Thank you for your input but compatible attribute i passed in the dts file is same as you mentioned in your comment. please find the attached dts file for reference.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;nela.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 08:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1858814#M223266</guid>
      <dc:creator>koteswararao18</dc:creator>
      <dc:date>2024-05-03T08:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1859858#M223344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232493"&gt;@koteswararao18&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing your dts file. In your file, you are including the device tree variables from&amp;nbsp;imx8ulp-evk.dts while the intended board is&amp;nbsp; 8mm.&lt;/P&gt;
&lt;P&gt;The pin control configuration is different across both the boards.&amp;nbsp;&lt;SPAN&gt;Please change that and try again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, the "status" variable is not set. Please check the variable value in the dts file you are including.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 16:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1859858#M223344</guid>
      <dc:creator>praveen_adi</dc:creator>
      <dc:date>2024-05-06T16:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: probe function is not triggered in drivers/gpu/drm/panel/panel-raydium-rm68200.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1863691#M223579</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Rm68200 display driver is older one so currently porting jd9325 TFT display driver by connecting respective hw display&amp;nbsp; panel to imx8mm board .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 21:19:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/probe-function-is-not-triggered-in-drivers-gpu-drm-panel-panel/m-p/1863691#M223579</guid>
      <dc:creator>koteswararao18</dc:creator>
      <dc:date>2024-05-10T21:19:07Z</dc:date>
    </item>
  </channel>
</rss>

