<?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: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273197#M173690</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Meanwhile, I found this in Chapter &lt;STRONG&gt;6.2.5 Define MIPI Lanes&lt;/STRONG&gt; of iMX 8M Plus Camera Porting Guide (IMX8MPCSPUG.pdf) :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-05-07 00-34-54.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144126i9192CD69EA0C63A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-05-07 00-34-54.png" alt="Screenshot from 2021-05-07 00-34-54.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And all stuffs starting with isi, Isi or ISI belong to ISI Layer which is part of the ISP Software Architecture. Could you explain more, please?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 17:41:11 GMT</pubDate>
    <dc:creator>khang_letruong</dc:creator>
    <dc:date>2021-05-06T17:41:11Z</dc:date>
    <item>
      <title>[iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272777#M173659</link>
      <description>&lt;P&gt;Dear NXP Team,&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;&lt;EM&gt;Chapter 6&lt;/EM&gt; Camera Sensor Driver in V4L2 Mode&lt;/STRONG&gt; of IMX8MPCSPUG.pdf, one of the step for porting the camera sensor is :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;5. Define MIPI lanes&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in isp-imx-4.2.2.6.0/isp-imx-4.2.2.6.1/isp-imx-4.2.2.11.0, there's only following definition :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;units/isi/include/isi_common.h
71:#define ISI_MIPI_LANES                      0x00000060
108:#define ISI_MIPI_OFF                        0x80000000      //!&amp;lt; MIPI is disabled
109:#define ISI_MIPI_4LANES                     0x00000004
110:#define ISI_MIPI_2LANES                     0x00000002&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How do I configure the number of MIPI lane(s) for my sensor correctly knowing that our sensor support only 1-lane MIPI output, please?&lt;/P&gt;&lt;P&gt;2. By the way, in page 5 of IMX8MPCSPUG.pdf, it is said :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;— Kernel Working Mode: VVCAM has two types of working modes in the kernel:
1. V4L2 Mode: kernel driver that acts as a part of V4L2 kernel driver, register device name and operations as a V4L2
sub-device style. This mode is compatible with the V4L2 sensor device format.&lt;/LI-CODE&gt;&lt;P&gt;I wonder what would be the second mode, please ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Khang&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 07:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272777#M173659</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-05-06T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272961#M173677</link>
      <description>&lt;P&gt;Hi Khang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at dts "data-lanes", "clock-lanes" :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mp-evk-basler.dts?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mp-evk-basler.dts?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mp-evk.dts?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mp-evk.dts?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 10:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272961#M173677</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-06T10:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272965#M173679</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thanks for your quick reply and pointing out, but I'm already aware of how to configure data-lanes/clock-lanes in dts for standard MIPI-CSI camera porting. However, I would like how to do that correctly in the context of iMX8MP's ISP (within isp-imx framework extracted from isp-imx-&amp;lt;version&amp;gt;.bin) based on NXP's Camera Porting Guide using ISP, please!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 11:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272965#M173679</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-05-06T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272968#M173680</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ISP does not use lanes as it receives data from MIPI-CSI.&amp;nbsp;MIPI-CSI uses lanes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 11:18:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1272968#M173680</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-06T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273197#M173690</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Meanwhile, I found this in Chapter &lt;STRONG&gt;6.2.5 Define MIPI Lanes&lt;/STRONG&gt; of iMX 8M Plus Camera Porting Guide (IMX8MPCSPUG.pdf) :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-05-07 00-34-54.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144126i9192CD69EA0C63A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-05-07 00-34-54.png" alt="Screenshot from 2021-05-07 00-34-54.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And all stuffs starting with isi, Isi or ISI belong to ISI Layer which is part of the ISP Software Architecture. Could you explain more, please?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 17:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273197#M173690</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-05-06T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273302#M173701</link>
      <description>&lt;P&gt;&amp;gt;And all stuffs starting with isi, Isi or ISI belong to ISI Layer which is part of the ISP Software Architecture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;right, but ISI and ISP are different modules. ISP does not use lanes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144139i6BA0A1AB9BC6FE3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 00:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273302#M173701</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-07T00:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273308#M173705</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I'm afraid that you are referring the &lt;FONT color="#00FF00"&gt;ISI&lt;/FONT&gt; which is the &lt;FONT color="#00FF00"&gt;Image Sensing Interface&lt;/FONT&gt; hardware block/module while I'm mentioning the &lt;FONT color="#FF0000"&gt;ISI&lt;/FONT&gt; layer which is &lt;FONT color="#FF0000"&gt;Independent Sensor Interface&lt;/FONT&gt; layer in the ISP Software Architecture as below :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Independence-Sensor-Interface.png" style="width: 595px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144140i13F34B5AC8AF9651/image-dimensions/595x350?v=v2" width="595" height="350" role="button" title="Independence-Sensor-Interface.png" alt="Independence-Sensor-Interface.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In term of software implementation, one is in kernel-space of &lt;STRONG&gt;linux-imx&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;drivers/staging/media/imx/imx8-isi-hw.h&lt;BR /&gt;drivers/staging/media/imx/imx8-isi-hw.c&lt;BR /&gt;drivers/staging/media/imx/imx8-isi-core.h&lt;BR /&gt;drivers/staging/media/imx/imx8-isi-cap.c&lt;BR /&gt;drivers/staging/media/imx/imx8-isi-m2m.c&lt;BR /&gt;drivers/staging/media/imx/imx8-isi-core.c&lt;/P&gt;&lt;P&gt;and other is in user-space (!?!?) within the &lt;STRONG&gt;isp-imx&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;units/isi&lt;BR /&gt;units/isi/include_priv/isi_priv.h&lt;BR /&gt;units/isi/source/isi.c&lt;BR /&gt;units/isi/source/isisup.c&lt;BR /&gt;units/isi/include/isi_common.h&lt;BR /&gt;units/isi/include/isi_iss.h&lt;BR /&gt;units/isi/include/isi.h&lt;/P&gt;&lt;P&gt;I find this ISI a little bit confusing but I don't see that they are relevant each other. Do you agree ?&lt;/P&gt;&lt;P&gt;Just let you know that we were able to fetch data from our 1 lane MIPI-CSI camera sensor to the &lt;FONT color="#00FF00"&gt;Image Sensing Interface&lt;/FONT&gt; module then made it appear as standard V4L2 video device (/dev/videoX) by bypassing the ISP block / module. Now with the official release and support of ISP related documentation and source code, we wish to utilize the ISP for advanced processing.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 01:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273308#M173705</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-05-07T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273430#M173714</link>
      <description>&lt;P&gt;I asked internally, answer below:&lt;/P&gt;
&lt;P&gt;--------------------&lt;/P&gt;
&lt;P&gt;There are not changes to need for 1 lanes sensor at vvcam part(ISP).&lt;/P&gt;
&lt;P&gt;1. Sensor driver support 1 lanes.&lt;/P&gt;
&lt;P&gt;2. CSI2 driver(imx8-mipi-csi2-sam.c) change to 1lanes at dtb :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of_property_read_u32(node, "&lt;STRONG&gt;data-lanes&lt;/STRONG&gt;", &amp;amp;state-&amp;gt;num_lanes);&lt;/P&gt;
&lt;P&gt;--------------------&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 06:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1273430#M173714</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-07T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1283544#M174633</link>
      <description>&lt;P&gt;Hi Khang,&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;struggling with the same issues as you trying to make the ISP work with custom sensor.&lt;/P&gt;&lt;P&gt;Did you come up with the minimal steps to do so?&lt;/P&gt;&lt;P&gt;Your input will be much appreciated.&lt;/P&gt;&lt;P&gt;Best regards, Malik&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:27:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1283544#M174633</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-05-27T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX8MP] ISP Camera Porting Guide for MIPI 1-lane sensor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1316268#M177722</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I would like to re-launch this question since I'm in the context of ISP-IMX and there's certain definition of number of lanes within &lt;EM&gt;&lt;STRONG&gt;units/isi/include/isi_common.h&lt;/STRONG&gt;&lt;/EM&gt; :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define ISI_MIPI_OFF                        0x80000000      //!&amp;lt; MIPI is disabled
#define ISI_MIPI_4LANES                     0x00000004
#define ISI_MIPI_2LANES                     0x00000002

...

#define ISI_MIPI_LANES                      0x00000060&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which then are used in each sensor ISP based driver, for example :&lt;/P&gt;&lt;PRE&gt;pIsiSensorCaps-&amp;gt;MipiLanes = ISI_MIPI_4LANES;&lt;/PRE&gt;&lt;P&gt;And escalated to&lt;EM&gt;&lt;STRONG&gt; units/isi/source/isi.c&lt;/STRONG&gt; &lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    struct vvcam_csi_lane_cfg csi_lane_cfg;
    csi_lane_cfg.mipi_lane_num = Caps.MipiLanes;
    result = ioctl(pHalCtx-&amp;gt;csi_fd,VVCSI_IOC_S_LANE_CFG,&amp;amp;csi_lane_cfg);
    if (result != 0)
    {
        TRACE( ISI_ERROR, "%s: Set csi mipi lane Error\n", __func__);
        return ( RET_FAILURE );
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have confusion of the relationship of the number of lanes defined in above &lt;EM&gt;&lt;STRONG&gt;units/isi/include/isi_common.h&lt;/STRONG&gt;&lt;/EM&gt; and ones defined in device-tree as your suggestion, for example:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;imx296_0: &lt;A href="mailto:imx296_mipi@1a" target="_blank" rel="noopener"&gt;imx296_mipi@1a &lt;/A&gt;{&lt;BR /&gt;    compatible = "sony,imx296_mipi_vvcam";&lt;BR /&gt;    ...&lt;BR /&gt;    port {&lt;BR /&gt;        imx296_mipi_0_ep: endpoint {&lt;BR /&gt;            data-lanes = &amp;lt;1&amp;gt;;&lt;BR /&gt;            clock-lanes = &amp;lt;0&amp;gt;;&lt;BR /&gt;&lt;BR /&gt;            remote-endpoint = &amp;lt;&amp;amp;mipi_csi0_ep&amp;gt;;&lt;BR /&gt;        };&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Are they both programmed in the following register ?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MIPI_CSIx_CSIS_COMMON_CTRL.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151449i9DB7A7DFB633B53F/image-size/large?v=v2&amp;amp;px=999" role="button" title="MIPI_CSIx_CSIS_COMMON_CTRL.png" alt="MIPI_CSIx_CSIS_COMMON_CTRL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Last thing, since 1-lane definition is missing in above &lt;EM&gt;&lt;STRONG&gt;units/isi/include/isi_common.h, &lt;/STRONG&gt;&lt;/EM&gt;I plan to add it as following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define ISI_MIPI_OFF                        0x80000000      //!&amp;lt; MIPI is disabled
#define ISI_MIPI_4LANES                     0x00000004
#define ISI_MIPI_2LANES                     0x00000002
#define ISI_MIPI_1LANE                      0x00000001      // My definition &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you think ?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Khang.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Aug 2021 15:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-ISP-Camera-Porting-Guide-for-MIPI-1-lane-sensor/m-p/1316268#M177722</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-08-01T15:10:30Z</dc:date>
    </item>
  </channel>
</rss>

