<?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: MIPI Display interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867826#M132041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Power on sequence is already given on page 21 on your spec sheet.&lt;/P&gt;&lt;P&gt;you can take mxcfb_hx8369_wvga.c driver for reference, I used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jignesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2019 05:50:52 GMT</pubDate>
    <dc:creator>jigneshpatel</dc:creator>
    <dc:date>2019-06-05T05:50:52Z</dc:date>
    <item>
      <title>MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867820#M132035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on i. MX6 Dual Processors with linux kernel revision 4.9.88 and Debian file system . I want to interface COM43H4N10ULC MIPI DSI interface with MX6.&lt;/P&gt;&lt;P&gt;COM43H4N10ULC : &lt;A class="link-titled" href="https://www.data-modul.com/productfinder/sites/default/files/products/COM%2043H4N10ULC_specification_12015179.pdf" title="https://www.data-modul.com/productfinder/sites/default/files/products/COM%2043H4N10ULC_specification_12015179.pdf"&gt;https://www.data-modul.com/productfinder/sites/default/files/products/COM%2043H4N10ULC_specification_12015179.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i know, MIPI DSI support exist in the current kernel by driver.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just know i have to do&lt;/P&gt;&lt;P&gt;1. Add configuration of MIPI DSI in device tree file.&lt;/P&gt;&lt;P&gt;2. Display panel porting in linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guide me to achieve this. Did i miss anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other information i need to read for better understand of MIPI display interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jignesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 05:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867820#M132035</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2019-03-05T05:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867821#M132036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls refer to the patch document as below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1096015"&gt;https://community.nxp.com/message/1096015&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867821#M132036</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2019-03-11T03:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867822#M132037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joan for guiding,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have changed my device tree as given link as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;mxcfb1:fb@0{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6q-mipi-dsi";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;disp_dev = "mipi_dsi";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;interface_pix_fmt = "RGB24";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;lcd_panel = "TRULY-WVGA";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;mode_str ="TRULY-WVGA";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;default_bpp = &amp;lt;24&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;int_clk = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;lete_init = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;amp;mipi_dsi {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6q-mipi-dsi";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dev_id = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;disp_id = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;lcd_panel = "TRULY-WVGA";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;disp-power-on-supply = &amp;lt;&amp;amp;reg_mipi_dsi_pwr_on&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reset-gpios = &amp;lt;&amp;amp;gpio5 15 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reset-delay-us = &amp;lt;50000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But still i am getting error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;mxc_mipi_dsi fb@0: failed to read of property dev_id&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;mxc_mipi_dsi: probe of fb@0 failed with error -22&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error is from mipi_dsi.c file.Why it gives the error of dev_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any other configuration is required for MIPI-DSI and mxcfb1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jignesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2019 13:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867822#M132037</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2019-04-06T13:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867823#M132038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to get display working? I have similar, but 5". Any clues on how to get it working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 07:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867823#M132038</guid>
      <dc:creator>grigoritimonen</dc:creator>
      <dc:date>2019-05-24T07:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867824#M132039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I got working. what issue are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer my another post you can get the clue from it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/499983"&gt;https://community.nxp.com/thread/499983&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 08:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867824#M132039</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2019-05-27T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867825#M132040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I have a lot of problems. I have another panel, COM50H5N03ULC. And I have to write a driver for it. It is connected to i.MX8 8MMini-BB development kit.&lt;/P&gt;&lt;P&gt;I didn't check how device tree works for the panel.&lt;/P&gt;&lt;P&gt;I took a Raydium RM67191 driver as a reference.&lt;/P&gt;&lt;P&gt;According to specs &lt;A class="link-titled" href="https://www.data-modul.com/productfinder/sites/default/files/products/COM%2050H5N03ULC_specification_12029172.pdf" title="https://www.data-modul.com/productfinder/sites/default/files/products/COM%2050H5N03ULC_specification_12029172.pdf"&gt;https://www.data-modul.com/productfinder/sites/default/files/products/COM%2050H5N03ULC_specification_12029172.pdf&lt;/A&gt;&amp;nbsp; panel requires some initialization (page 21 of specs). I have no idea on how to write a data to the panel. There are some functions like &lt;CODE class=""&gt;mipi_dsi_generic_write&lt;/CODE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;() and &lt;SPAN class=""&gt;mipi_dsi_dcs_write_buffer&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;(), but I'm not sure they will do what expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 12:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867825#M132040</guid>
      <dc:creator>grigoritimonen</dc:creator>
      <dc:date>2019-05-31T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI Display interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867826#M132041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Power on sequence is already given on page 21 on your spec sheet.&lt;/P&gt;&lt;P&gt;you can take mxcfb_hx8369_wvga.c driver for reference, I used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jignesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 05:50:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-Display-interface/m-p/867826#M132041</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2019-06-05T05:50:52Z</dc:date>
    </item>
  </channel>
</rss>

