<?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: Camera porting guide for MIPI-CSI2 on i.MX8M? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808381#M124706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of additional documentation for i.MX8MQ MIPI-CSI2,&lt;/P&gt;&lt;P&gt;though as this is very new product I believe it will be developed in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 04:11:53 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-11-21T04:11:53Z</dc:date>
    <item>
      <title>Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808377#M124702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using a i.MX8M EVK to port a driver for my camera over&amp;nbsp;MIPI CSI2. I wondered if there's a porting guide or application note about the camera interface, because&amp;nbsp;the closest document I found is IMXBSPPG (Rev. L4.9.51_imx8mq-ga 03/2018), and&amp;nbsp;it is talking about how to port a camera to i.MX6 series processor. Although they had a few common settings but it is very confused in blur area. So I'm trying to study the source code with reference manual 'IMX8MDQLQRM' but some of the IP/register wasn't describing clearly in&amp;nbsp;source code and&amp;nbsp;reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already created&amp;nbsp;a I2C camera driver and could start the stream at camera side (camera is output data through MIPI&amp;nbsp;interface, measured by oscilloscope), but there's no image been captured in system, so I need to find out what's&amp;nbsp;the issue in my video pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There're some difference between OV5640 and my camera, like pixel format, pixel length, MIPI speed and frame rate. I'm trying to change the MIPI clock in&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN style="font-family: verdana, geneva, sans-serif;"&gt;fsl-imx8mq.dtsi&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;mipi_csi_1&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; mipi_csi1@30a70000 &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; compatible &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"fsl,mxc-mipi-csi2_yav"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; reg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0x0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x30a70000&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x1000&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* MIPI CSI1 Controller base addr */&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; interrupts &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;GIC_SPI &lt;SPAN class="number token"&gt;44&lt;/SPAN&gt; IRQ_TYPE_LEVEL_HIGH&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; clocks &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_DUMMY&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_CORE_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_ESC_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_PHY_REF_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; clock&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;names &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"clk_apb"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"clk_core"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"clk_esc"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"clk_pxl"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; assigned&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;clocks &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_CORE_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_PHY_REF_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;clk IMX8MQ_CLK_CSI1_ESC_DIV&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// assigned-clock-rates = &amp;lt;133000000&amp;gt;, &amp;lt;100000000&amp;gt;, &amp;lt;66000000&amp;gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; assigned&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;clock&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;rates &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;266666666&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;800000000&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;400000000&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The target&amp;nbsp;MIPI clock is 800MHz, I'm not quite sure the requirement between&amp;nbsp;clk_core, clk_phy and clk_esc, is there anything else to be considered or modified in source code, like&amp;nbsp;&lt;SPAN style="font-family: verdana, geneva, sans-serif;"&gt;mipi_csi2_yav.c?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And I saw an article are talking about the pixel format, we need to extend the&amp;nbsp;&lt;SPAN&gt;&lt;SPAN style="font-family: verdana, geneva, sans-serif;"&gt;mx6s_capture.c&lt;/SPAN&gt;&amp;nbsp;for suiting our sensor, is there any document? It's not very easy to&amp;nbsp;match the register with reference manual.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 17:46:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808377#M124702</guid>
      <dc:creator>michaeltang</dc:creator>
      <dc:date>2018-09-10T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808378#M124703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be useful to check&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/476615"&gt;i.MX8M EVK MIPI CSI Camera Frame Rate&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and linux drivers description included in documentation on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of other &lt;SPAN&gt;document&lt;/SPAN&gt;s on that subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 00:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808378#M124703</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-11T00:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808379#M124704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand your point, although this is a production processor but it's very new for completing the documents.&lt;/P&gt;&lt;P&gt;Do you have instructions for developing the camera on this platform? Otherwise&amp;nbsp;the problems will be post separately and cost a lot of time to finish this, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 03:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808379#M124704</guid>
      <dc:creator>michaeltang</dc:creator>
      <dc:date>2018-09-11T03:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808380#M124705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Michael, Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;could you solve your problems? We are exactly at the same point as you are. We are trying to get a SONY IMX290 camera (4 lanes) working on an variscite imx8m SOM board. We have some experience with the imx6 so we are not really new in this topics. &lt;SPAN class=""&gt;Unfortunately, the documentation for the CSI in the imx8 manual is really bad.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We tried to change the clock rates, but still get no images.&lt;/P&gt;&lt;P&gt;We checked different status registers such as CSI2RX_IRQ_STATUS with the OV5640 camera board and our custom board without knowing exactly, what it means beacuse it is not documented. With our custom board we see, that a change of the clocks will change the value from 0x8 (this is also read in OV5640) to 0x0. With the given clocks and our custom board we&amp;nbsp;only got the value of 0x8 after changing the hs_settle to 0x6 in 'mxc-mipi-csi2_yav.c'.&lt;BR /&gt;Do someone (&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;) know&lt;BR /&gt;1. &lt;SPAN class=""&gt;&lt;SPAN title=""&gt;what needs to be changed that the CSI data can record images from other sensors with higher data rates.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;2. the relationship of hs_settle and clocks (&amp;lt;&amp;amp;clk IMX8MQ_CLK_CSI2_CORE_DIV&amp;gt;, &amp;lt;&amp;amp;clk IMX8MQ_CLK_CSI2_PHY_REF_DIV&amp;gt;, &amp;lt;&amp;amp;clk IMX8MQ_CLK_CSI2_ESC_DIV&amp;gt;) in the device tree file? &lt;BR /&gt;3. What are the limitations of the clocks settings?&lt;BR /&gt;4. What clock is meant by clk_ui in the reference manual?&lt;/P&gt;&lt;P&gt;5. &lt;SPAN class=""&gt;&lt;SPAN title=""&gt;Is there a status register that tells us whether or not data comes in at the CSI?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN title=""&gt;In addition, there is no answer for this post, but the questions are really relevant. (&lt;A href="https://community.nxp.com/thread/488027"&gt;Explanation of pixel-bitrate, CSI1_PHY_REF clk and CSI1_CORE clk from MIPI-CSI2 in i.MX8M?&lt;/A&gt; ). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for answering!&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808380#M124705</guid>
      <dc:creator>joachimjaehn</dc:creator>
      <dc:date>2018-11-19T12:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808381#M124706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of additional documentation for i.MX8MQ MIPI-CSI2,&lt;/P&gt;&lt;P&gt;though as this is very new product I believe it will be developed in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 04:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808381#M124706</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-21T04:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808382#M124707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone share an example how to add a new custom camera with iMX8MQ? In my case I'm using TOSHIBA TC358840 bridge for HDMI input through MIPI-CSI2 to capture video. Any update in Reference manual for MIPI-CSI2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 08:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808382#M124707</guid>
      <dc:creator>venkatesh_selva</dc:creator>
      <dc:date>2019-03-14T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808383#M124708</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;There seems to be a new version of the reference manual available in the &lt;A href="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/sabre-development-system/evaluation-kit-for-the-i.mx-8m-applications-processor:MCIMX8M-EVK?&amp;amp;tid=vaniMX8MQuadEVK#docResult_5"&gt;NXP website&lt;/A&gt;. I hope there's some information about configuring the clocks there. Let me know if you find something useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 07:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808383#M124708</guid>
      <dc:creator>kaartic_sn</dc:creator>
      <dc:date>2019-05-03T07:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808384#M124709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem and stuck at the same point. Documentation about the relationship between these clocks would be very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808384#M124709</guid>
      <dc:creator>paul_soucy</dc:creator>
      <dc:date>2019-07-18T14:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Camera porting guide for MIPI-CSI2 on i.MX8M?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808385#M124710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max supported clock configuration on iMX8 side is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assigned-clock-rates = &amp;lt;266000000&amp;gt;, &amp;lt;333000000&amp;gt;, &amp;lt;66000000&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clock speed on the camera side to be &amp;lt;266MHz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 05:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Camera-porting-guide-for-MIPI-CSI2-on-i-MX8M/m-p/808385#M124710</guid>
      <dc:creator>venkatesh_selva</dc:creator>
      <dc:date>2019-07-19T05:36:19Z</dc:date>
    </item>
  </channel>
</rss>

