<?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: IMX8MM raydium panel setup</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-raydium-panel-setup/m-p/1637337#M204528</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You just need to replacement the dtb of general community by the NXP one and see if one of the GPIO is not used.&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 14:43:04 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2023-04-20T14:43:04Z</dc:date>
    <item>
      <title>IMX8MM raydium panel setup</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-raydium-panel-setup/m-p/1636401#M204471</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;IMX Linux Integration manual doesn't quite explain MIPI DSI Panel integration.&lt;/P&gt;&lt;P&gt;Lets start with device tree:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/varigit/linux-imx/blob/5.15-2.0.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk-rm67191.dts" target="_blank"&gt;https://github.com/varigit/linux-imx/blob/5.15-2.0.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk-rm67191.dts&lt;/A&gt; show us that in order to add panel we should just add panel to the &amp;amp;mipi_dsi device tree.&lt;/P&gt;&lt;P&gt;While&amp;nbsp;&lt;A href="https://github.com/varigit/linux-imx/blob/5.15-2.0.x-imx_var01/Documentation/devicetree/bindings/display/bridge/sec_dsim.txt" target="_blank"&gt;https://github.com/varigit/linux-imx/blob/5.15-2.0.x-imx_var01/Documentation/devicetree/bindings/display/bridge/sec_dsim.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;shows us that mipi-dsi requires two ports to be defined and second port should be connected to the MIPI display.&lt;/P&gt;&lt;P&gt;That goes well with the documentation for raydium device tree which can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.kernel.org/doc/Documentation/devicetree/bindings/display/panel/raydium%2Crm67191.yaml" target="_blank"&gt;https://www.kernel.org/doc/Documentation/devicetree/bindings/display/panel/raydium%2Crm67191.yaml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Therefore final device tree according to my logic should look something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;lcdif {
	status = "okay";
};

&amp;amp;mipi_dsi {
	status = "okay";
	
	panel@0 {
		status = "okay";
		reg = &amp;lt;0&amp;gt;;
		compatible = "raydium,rm67191"; 
		dsi-lanes = &amp;lt;2&amp;gt;;
		pinctrl-names = "default";
		reset-gpios = &amp;lt;&amp;amp;gpio1 11 GPIO_ACTIVE_HIGH&amp;gt;;
		width-mm = &amp;lt;56&amp;gt;;
		height-mm = &amp;lt;93&amp;gt;;
		//video-mode = &amp;lt;2&amp;gt;;
		
		port {
			panel_in: endpoint {
				remote-endpoint = &amp;lt;&amp;amp;mipi_out&amp;gt;;
			};
		};
	};
	
	port@0 {
		dsim_from_lcdif: endpoint {
			remote-endpoint = &amp;lt;&amp;amp;lcdif_to_dsim&amp;gt;;
		};
	};
	
	port@1 {
		mipi_out: endpoint {
        	remote-endpoint = &amp;lt;&amp;amp;panel_in&amp;gt;;
  		};
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please clarify how it should be done.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:54:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-raydium-panel-setup/m-p/1636401#M204471</guid>
      <dc:creator>ppavacic</dc:creator>
      <dc:date>2023-04-19T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM raydium panel setup</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-raydium-panel-setup/m-p/1637337#M204528</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You just need to replacement the dtb of general community by the NXP one and see if one of the GPIO is not used.&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 14:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-raydium-panel-setup/m-p/1637337#M204528</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2023-04-20T14:43:04Z</dc:date>
    </item>
  </channel>
</rss>

