<?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: IMX8MQ Camera mipi Question in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905208#M136596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/qingyang601@hotmail.com"&gt;qingyang601@hotmail.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share some details on what changes you need to do to resolve these issue?&lt;/P&gt;&lt;P&gt;For me 4-bits are missing on every pixel. I have started a thread for my issue. Please have a look.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1195672"&gt;https://community.nxp.com/message/1195672&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Wasim&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2019 16:07:57 GMT</pubDate>
    <dc:creator>wasim_nazir</dc:creator>
    <dc:date>2019-08-28T16:07:57Z</dc:date>
    <item>
      <title>IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905200#M136588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;I'm developing camera mipi driver on IMX8MQ-evk board, my camera output data is RAW-10bit.&lt;/P&gt;&lt;P&gt;When I refer to ov5640 driver code , I encountered below issues.&lt;/P&gt;&lt;P&gt;1. in '&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;drivers/media/platform//mxc/capture/mx6s_capture.c&lt;/SPAN&gt;' , there are some registers as below, but I can't find any clue about below registers in Reference Manual .(from review code, I know these register's base address is 0x&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;0x30A90000&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;#define CSI_CSICR1 0x0&lt;BR /&gt;#define CSI_CSICR2 0x4&lt;BR /&gt;#define CSI_CSICR3 0x8&lt;BR /&gt;#define CSI_STATFIFO 0xC&lt;BR /&gt;#define CSI_CSIRXFIFO 0x10&lt;BR /&gt;#define CSI_CSIRXCNT 0x14&lt;BR /&gt;#define CSI_CSISR 0x18&lt;/P&gt;&lt;P&gt;#define CSI_CSIDBG 0x1C&lt;BR /&gt;#define CSI_CSIDMASA_STATFIFO 0x20&lt;BR /&gt;#define CSI_CSIDMATS_STATFIFO 0x24&lt;BR /&gt;#define CSI_CSIDMASA_FB1 0x28&lt;BR /&gt;#define CSI_CSIDMASA_FB2 0x2C&lt;BR /&gt;#define CSI_CSIFBUF_PARA 0x30&lt;BR /&gt;#define CSI_CSIIMAG_PARA 0x34&lt;/P&gt;&lt;P&gt;#define CSI_CSICR18 0x48&lt;BR /&gt;#define CSI_CSICR19 0x4c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. same question as upon , can't find out any introducation about below registers(0x180~0x198) in Reference Manual.(base address is 0x30A70000)&lt;/P&gt;&lt;P&gt;in "&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;driver/media/platform/imx8/mxc-mipi-csi2_yav.c&lt;/SPAN&gt;" ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;printk("MIPI CSI2 HC IGNORE_VC 0x180 = 0x%x\n", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;readl(csi2dev-&amp;gt;base_regs + 0x180));&lt;BR /&gt; printk("MIPI CSI2 HC VID_VC 0x184 = 0x%x\n", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;readl(csi2dev-&amp;gt;base_regs + 0x184));&lt;BR /&gt; printk("MIPI CSI2 HC FIFO_SEND_LEVEL 0x188 = 0x%x\n", readl(csi2dev-&amp;gt;base_regs + 0x188));&lt;BR /&gt; printk("MIPI CSI2 HC VID_VSYNC 0x18C = 0x%x\n", r&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;eadl(csi2dev-&amp;gt;base_regs + 0x18C));&lt;BR /&gt; printk("MIPI CSI2 HC VID_SYNC_FP 0x190 = 0x%x\n", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;readl(csi2dev-&amp;gt;base_regs + 0x190));&lt;BR /&gt; printk("MIPI CSI2 HC VID_HSYNC 0x194 = 0x%x\n", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;readl(csi2dev-&amp;gt;base_regs + 0x194));&lt;BR /&gt; printk("MIPI CSI2 HC VID_HSYNC_BP 0x198 = 0x%x\n", &amp;nbsp;&amp;nbsp;&amp;nbsp;readl(csi2dev-&amp;gt;base_regs + 0x198));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in Reference Manual, mentions some "Data Type" as below,&lt;/P&gt;&lt;P&gt;" 13.6.3.6.4&amp;nbsp; RAW10 (Data Type = 0x2B) "&lt;/P&gt;&lt;P&gt;how do I set value 0x2B to Data Type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Reference Manual version is :&lt;/P&gt;&lt;P&gt;name :&amp;nbsp;i.MX 8M Dual/8M QuadLite/8M Quad Applications Processors Reference Manual&lt;/P&gt;&lt;P&gt;Document Number: IMX8MDQLQRM&lt;/P&gt;&lt;P&gt;Rev. 0, 01/2018&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 02:09:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905200#M136588</guid>
      <dc:creator>qingyang601</dc:creator>
      <dc:date>2019-04-23T02:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905201#M136589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 1. register descriptions one can look RM for imx6sll, as described in discussion on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/498568"&gt;iMX8M MIPI-CSI 4-lane configuration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For other questions (not described in reference manual) may be recommended to&lt;/P&gt;&lt;P&gt;apply to nxp local marketing office. Note, there will be new reference manual revisions&lt;/P&gt;&lt;P&gt;with updated information.&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, 23 Apr 2019 23:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905201#M136589</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-23T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905202#M136590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. These registers do not match with any registers implemented on iMX8.&lt;BR /&gt;2. The registers are not supported on iMX8 yet.&lt;/P&gt;&lt;P&gt;3. There is a register Data type disable (offset &lt;SPAN style="font-size: 12.0pt;"&gt;0x38&lt;/SPAN&gt;) for input data type reformating but you can ignore it. If you set correctly camera and ISI register to target data type then it should work either.&lt;BR /&gt;If you have other questions, feel free to ask.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Good luck,&lt;/P&gt;&lt;P&gt;Lenka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 08:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905202#M136590</guid>
      <dc:creator>lepol</dc:creator>
      <dc:date>2019-04-30T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905203#M136591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lenka,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Currently, I can receive one complete image, but the image isn't stable. after&amp;nbsp;1 minute, the image will be&amp;nbsp;dislocation. The camera sensor's vendor&amp;nbsp; suggested that modify MIPI-CSI pixel clock, as you know, there are not useful&amp;nbsp;information about MIPI CSI in RM. I found some documents on NXP website as below, but I'm still confused cause it's for iMX6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/files-static/32bit/doc/app_note/AN5305.pdf"&gt;https://www.nxp.com/files-static/32bit/doc/app_note/AN5305.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;According this document,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74000iAA4E055966D03AB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I try to modify 'IMX8MQ_CLK_CSI1_PHY_REF_DIV' to&amp;nbsp; &amp;lt;178560000&amp;gt;, but verify to linux system file that's not match.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73774i7C9C890A298F5581/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My Question is ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. 'IMX8MQ_CLK_CSI1_PHY_REF_DIV'&lt;SPAN&gt;&amp;nbsp; is MIPI clock , right ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;2&amp;nbsp; '&lt;SPAN&gt;IMX8MQ_CLK_CSI1_CORE_DIV&lt;/SPAN&gt;' and '&lt;SPAN&gt;IMX8MQ_CLK_CSI1_ESC_DIV&lt;/SPAN&gt;' , what’s purpose ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;3. How to modify&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'IMX8MQ_CLK_CSI1_PHY_REF_DIV' value to exactly what's I want ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;my camera is 1280x800, 60fps, Gray 10bit. 2-lane&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73858i147BDBBE9FE31432/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;I comments 'base addr switch' functionality, otherwise kernel will print "base address switching Change Err". I'm not sure this is&amp;nbsp;necessary behavior.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://mail.ultronix.cn/servlet/attachmentServlet?mailId=5cc670530cf2926b4e43fb57&amp;amp;type=0&amp;amp;cid=image003.png@01D4FE7E.F9753710" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Yang Qing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 13:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905203#M136591</guid>
      <dc:creator>qingyang601</dc:creator>
      <dc:date>2019-04-30T13:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905204#M136592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not recommend you to change MIPI PHY clock in the device tree. You wrote that your&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;camera is 1280x800, 60fps, Gray 10bit. 2-lane, I suppose that this config is not supported in the BSP directly. You also wrote that after some time the image is dislocated. From my experiences this happens if&amp;nbsp;camera&amp;nbsp;registers are not set correctly for the given resolution, if the camera clock is not stable. Neverthless you don't need to use iMX6 documents/sources for iMX8&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;family mcu. Could you possibly provide the register settings in range of&amp;nbsp;0x3800 ~&amp;nbsp;0x3815 and&amp;nbsp;0x3035 ~ 0x3037?&lt;BR /&gt;I also have problem to set 720p resolution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;60fps. I will try to contact the camera owner to ask for help with this&amp;nbsp;type of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Kind&amp;nbsp;regards,&lt;BR /&gt;Lenka&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2019 16:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905204#M136592</guid>
      <dc:creator>lepol</dc:creator>
      <dc:date>2019-05-01T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905205#M136593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lenka,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;I have resolved this issue.&amp;nbsp; one more question puzzles me ,&lt;/P&gt;&lt;P&gt;I always think MIPI CSI driver should receive 1280000 bytes (1280*800*10bit / 8 ) per one frame, but actually it's 1024000 bytes(1280x800). I don't know the reason.&amp;nbsp;According to RM(imx6) as below, for RAW10 data size should be (n * pixel * 5 / 4 ) bytes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78734iFC17E51D350358D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2019 00:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905205#M136593</guid>
      <dc:creator>qingyang601</dc:creator>
      <dc:date>2019-05-02T00:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905206#M136594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/qingyang601@hotmail.com"&gt;qingyang601@hotmail.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share some information about how you solved the issue? I ask this as we are facing a similar issue and it would nice to know a little more information about how you solved your issue. Was it a problem in the platform side or in the sensor side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sivaraam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 14:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905206#M136594</guid>
      <dc:creator>kaartic_sn</dc:creator>
      <dc:date>2019-05-06T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905207#M136595</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'm seeing at exact same issue.&amp;nbsp;Have anyone resolved this issue receiving 10 bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2019 14:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905207#M136595</guid>
      <dc:creator>jameskim</dc:creator>
      <dc:date>2019-08-16T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905208#M136596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/qingyang601@hotmail.com"&gt;qingyang601@hotmail.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share some details on what changes you need to do to resolve these issue?&lt;/P&gt;&lt;P&gt;For me 4-bits are missing on every pixel. I have started a thread for my issue. Please have a look.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1195672"&gt;https://community.nxp.com/message/1195672&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Wasim&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 16:07:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/905208#M136596</guid>
      <dc:creator>wasim_nazir</dc:creator>
      <dc:date>2019-08-28T16:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MQ Camera mipi Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/2251776#M242526</link>
      <description>&lt;P&gt;I’ve seen this exact behavior on multiple i.MX8MQ MIPI-CSI bring-ups — the driver usually looks fine, but the failure happens due to subtle issues in the CSI-2 lane mapping, data type, or the clock tree when the display/HDMI side comes up.&lt;/P&gt;&lt;P&gt;On i.MX8MQ, the CSI-2 receiver is extremely strict about:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Correct &lt;STRONG&gt;data-type&lt;/STRONG&gt; matching (RAW10 vs RAW8 vs YUV422)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Correct &lt;STRONG&gt;lane polarity + mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Stable &lt;STRONG&gt;sensor clock&lt;/STRONG&gt; once the DISP/HDMI PLLs switch&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Proper &lt;STRONG&gt;pinctrl&lt;/STRONG&gt; (many boards accidentally leave a data lane in GPIO mode)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If any one of these mismatches happen, the CSIS block stays “streaming” but silently drops all packets — looks very similar to what you described.&lt;/P&gt;&lt;P&gt;For reference, here are a few upstream MIPI/CSI camera drivers we worked on that show the exact DT patterns and CSI setup sequences that typically solve this on i.MX8-class SoCs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Example of a MIPI sensor driver in Linux-next&lt;BR /&gt;&lt;A href="https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fa9e6df636fb8b3b27570f38c53640c9e2b02f79" target="_new" rel="noopener"&gt;https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fa9e6df636fb8b3b27570f38c53640c9e2b02f79&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Another sensor bring-up in Zephyr (useful for comparing the MIPI/clock sequences)&lt;BR /&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/commit/c784481ca039ccd606a192ee07bc83f6b0117e59" target="_new" rel="noopener"&gt;https://github.com/zephyrproject-rtos/zephyr/commit/c784481ca039ccd606a192ee07bc83f6b0117e59&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Media pipeline update example (CSI routing + format negotiation)&lt;BR /&gt;&lt;A href="https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=9d382f6a9978916317b3fb4ef07b5fec684adde0" target="_new" rel="noopener"&gt;https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=9d382f6a9978916317b3fb4ef07b5fec684adde0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And if you're designing the full camera pipeline (sensor → MIPI → CSI-2 → ISP/display), this deep-dive might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://siliconsignals.io/blog/v4l2-camera-stack-step-by-step-guide-for-custom-devices/" target="_self"&gt;https://siliconsignals.io/blog/v4l2-camera-stack-step-by-step-guide-for-custom-devices/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.kernel.org/doc/html/v4.9/media/kapi/v4l2-intro.html" target="_self"&gt;https://www.kernel.org/doc/html/v4.9/media/kapi/v4l2-intro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 07:01:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Camera-mipi-Question/m-p/2251776#M242526</guid>
      <dc:creator>RutvijTrivedi207</dc:creator>
      <dc:date>2025-12-01T07:01:42Z</dc:date>
    </item>
  </channel>
</rss>

