<?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: I.MX8MP support video format</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256931#M172098</link>
    <description>&lt;P&gt;The register set is in&amp;nbsp;/drivers/staging/media/imx/imx8-mipi-csi2.c&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 03:42:07 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2021-04-06T03:42:07Z</dc:date>
    <item>
      <title>I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1255785#M171969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to post Techpoint TV chip - TP2850 on&amp;nbsp;I.MX8MP&lt;/P&gt;&lt;P&gt;I take ov5640 driver that in bsp for reference, because ov5640 work OK on I.MX8MP&lt;/P&gt;&lt;P&gt;Detect TP2850 chip and link device node successfully&lt;/P&gt;&lt;P&gt;[ 5.053390] TP2850 driver version 0.0.1 loaded&lt;BR /&gt;[ 5.062577] Detected TP2850&lt;BR /&gt;[ 5.128018] TP2850 Driver Init Successful!&lt;BR /&gt;[ 8.082111] mx8-img-md: Registered mxc_isi.0.capture as /dev/video0&lt;BR /&gt;[ 8.107778] mxc_isi_subdev_registered&lt;BR /&gt;[ 8.115642] mxc_isi_register_cap_device&lt;BR /&gt;[ 8.124309] mx8-img-md: Registered mxc_isi.1.capture as /dev/video1&lt;BR /&gt;[ 8.128009] hub 1-1:1.0: 4 ports detected&lt;BR /&gt;[ 8.165077] mx8-img-md: Registered sensor subdevice: tp2850_mipi 2-0044 (1)&lt;BR /&gt;[ 8.189878] mx8-img-md: created link [mxc_isi.0] =&amp;gt; [mxc_isi.0.capture]&lt;BR /&gt;[ 8.206924] mx8-img-md: created link [mxc-mipi-csi2.0] =&amp;gt; [mxc_isi.0]&lt;BR /&gt;[ 8.223783] mx8-img-md: created link [mxc_isi.1] =&amp;gt; [mxc_isi.1.capture]&lt;BR /&gt;[ 8.237410] mx8-img-md: created link [tp2850_mipi 2-0044] =&amp;gt; [mxc-mipi-csi2.0]&lt;/P&gt;&lt;P&gt;Use mx8_v4l2_cap_drm to recode file and save in USB storage, command as below&lt;BR /&gt;mx8_v4l2_cap_drm -cam 1 -d "/dev/video0" -fmt YUYV -ow 1920 -oh 1080 -of&lt;/P&gt;&lt;P&gt;There is no streaming output, soI dump the ISI and CSIS register&lt;/P&gt;&lt;P&gt;[ 62.662266] ISI CHNLC register dump, isi0&lt;BR /&gt;[ 62.666315] CHNL_CTRL[0x00]: e0000000&lt;BR /&gt;[ 62.670986] CHNL_IMG_CTRL[0x04]: 20000001&lt;BR /&gt;[ 62.675628] CHNL_OUT_BUF_CTRL[0x08]: 7c707&lt;BR /&gt;[ 62.680002] CHNL_IMG_CFG[0x0c]: 4380780&lt;BR /&gt;[ 62.684557] CHNL_IER[0x10]: 3cfc0000&lt;BR /&gt;[ 62.689194] CHNL_STS[0x14]: 100&lt;BR /&gt;[ 62.693397] CHNL_SCALE_FACTOR[0x18]: 10001000&lt;BR /&gt;[ 62.698034] CHNL_SCALE_OFFSET[0x1c]: 00&lt;BR /&gt;[ 62.702147] CHNL_CROP_ULC[0x20]: 00&lt;BR /&gt;[ 62.706263] CHNL_CROP_LRC[0x24]: 00&lt;BR /&gt;[ 62.710385] CHNL_CSC_COEFF0[0x28]: 00&lt;BR /&gt;[ 62.714507] CHNL_CSC_COEFF1[0x2c]: 00&lt;BR /&gt;[ 62.718625] CHNL_CSC_COEFF2[0x30]: 00&lt;BR /&gt;[ 62.722744] CHNL_CSC_COEFF3[0x34]: 00&lt;BR /&gt;[ 62.726863] CHNL_CSC_COEFF4[0x38]: 00&lt;BR /&gt;[ 62.730982] CHNL_CSC_COEFF5[0x3c]: 00&lt;BR /&gt;[ 62.735099] CHNL_ROI_0_ALPHA[0x40]: 00&lt;BR /&gt;[ 62.739219] CHNL_ROI_0_ULC[0x44]: 00&lt;BR /&gt;[ 62.743337] CHNL_ROI_0_LRC[0x48]: 00&lt;BR /&gt;[ 62.747457] CHNL_ROI_1_ALPHA[0x4c]: 00&lt;BR /&gt;[ 62.751571] CHNL_ROI_1_ULC[0x50]: 00&lt;BR /&gt;[ 62.758534] CHNL_ROI_1_LRC[0x54]: 00&lt;BR /&gt;[ 62.762646] CHNL_ROI_2_ALPHA[0x58]: 00&lt;BR /&gt;[ 62.766792] CHNL_ROI_2_ULC[0x5c]: 00&lt;BR /&gt;[ 62.770912] CHNL_ROI_2_LRC[0x60]: 00&lt;BR /&gt;[ 62.775046] CHNL_ROI_3_ALPHA[0x64]: 00&lt;BR /&gt;[ 62.779161] CHNL_ROI_3_ULC[0x68]: 00&lt;BR /&gt;[ 62.783275] CHNL_ROI_3_LRC[0x6c]: 00&lt;BR /&gt;[ 62.787391] CHNL_OUT_BUF1_ADDR_Y[0x70]: 76f00000&lt;BR /&gt;[ 62.792031] CHNL_OUT_BUF1_ADDR_U[0x74]: 00&lt;BR /&gt;[ 62.796142] CHNL_OUT_BUF1_ADDR_V[0x78]: 00&lt;BR /&gt;[ 62.800256] CHNL_OUT_BUF_PITCH[0x7c]: f00&lt;BR /&gt;[ 62.804458] CHNL_IN_BUF_ADDR[0x80]: 00&lt;BR /&gt;[ 62.808578] CHNL_IN_BUF_PITCH[0x84]: 00&lt;BR /&gt;[ 62.812695] CHNL_MEM_RD_CTRL[0x88]: 00&lt;BR /&gt;[ 62.816815] CHNL_OUT_BUF2_ADDR_Y[0x8c]: 73100000&lt;BR /&gt;[ 62.821453] CHNL_OUT_BUF2_ADDR_U[0x90]: 00&lt;BR /&gt;[ 62.825571] CHNL_OUT_BUF2_ADDR_V[0x94]: 00&lt;BR /&gt;[ 62.829688] CHNL_SCL_IMG_CFG[0x98]: 4380780&lt;BR /&gt;[ 62.834241] CHNL_FLOW_CTRL[0x9c]: 00&lt;/P&gt;&lt;P&gt;[ 79.255668] CSIS_VERSION[0]: 0x03060301&lt;BR /&gt;[ 79.260223] CSIS_CMN_CTRL[4]: 0x00004105&lt;BR /&gt;[ 79.267611] CSIS_CLK_CTRL[8]: 0x000f0000&lt;BR /&gt;[ 79.267613] CSIS_INTMSK[10]: 0x0fffff1f&lt;BR /&gt;[ 79.267615] CSIS_INTSRC[14]: 0x00000000&lt;BR /&gt;[ 79.267619] CSIS_DPHYSTATUS[20]: 0x000000c1&lt;BR /&gt;[ 79.267621] CSIS_DPHYCTRL[24]: 0x0d800007&lt;BR /&gt;[ 79.267624] CSIS_DPHYBCTRL_L[30]: 0x000001f4&lt;BR /&gt;[ 79.267626] CSIS_DPHYBCTRL_H[34]: 0x00000000&lt;BR /&gt;[ 79.267630] CSIS_DPHYSCTRL_L[38]: 0x00000000&lt;BR /&gt;[ 79.307095] CSIS_DPHYSCTRL_H[3c]: 0x00000000&lt;BR /&gt;[ 79.311736] CSIS_ISPCONFIG_CH0[40]: 0x00001078&lt;BR /&gt;[ 79.316362] CSIS_ISPCONFIG_CH1[50]: 0x000008fd&lt;BR /&gt;[ 79.320989] CSIS_ISPCONFIG_CH2[60]: 0x000008fe&lt;BR /&gt;[ 79.325613] CSIS_ISPCONFIG_CH3[70]: 0x000008ff&lt;BR /&gt;[ 79.330241] CSIS_ISPRESOL_CH0[44]: 0x04380780&lt;BR /&gt;[ 79.334865] CSIS_ISPRESOL_CH1[54]: 0x80008000&lt;BR /&gt;[ 79.339493] CSIS_ISPRESOL_CH2[64]: 0x80008000&lt;BR /&gt;[ 79.344117] CSIS_ISPRESOL_CH3[74]: 0x80008000&lt;BR /&gt;[ 79.348746] CSIS_ISPSYNC_CH0[48]: 0x00000000&lt;BR /&gt;[ 79.353368] CSIS_ISPSYNC_CH1[58]: 0x00000000&lt;BR /&gt;[ 79.357997] CSIS_ISPSYNC_CH2[68]: 0x00000000&lt;BR /&gt;[ 79.362623] CSIS_ISPSYNC_CH3[78]: 0x00000000&lt;BR /&gt;[ 79.367251] --- mipi_csis_s_stream ---&lt;BR /&gt;[ 79.371006] GPR_GASKET_0_CTRL[60]: 0x00001e02&lt;BR /&gt;[ 79.375632] GPR_GASKET_0_HSIZE[64]: 0x00001e02&lt;BR /&gt;[ 79.380258] GPR_GASKET_0_VSIZE[68]: 0x00001e02&lt;/P&gt;&lt;P&gt;I found CSIS_DPHYSTATUS[20]: 0x000000c1, it means Clock lane is in Stop State&lt;BR /&gt;My vendor FAE said the output format is different bewteen OV5640 and TP2850, as below photo&lt;/P&gt;&lt;P&gt;And TP2850 support virtual channel ID, imx8mp doesn't support it&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OV5640&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ov5640.png" style="width: 303px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141183i5D61CB15ECB725D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="ov5640.png" alt="ov5640.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TP2850&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tp2850.png" style="width: 698px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141184i5E2C0AB5BBEB5D57/image-size/large?v=v2&amp;amp;px=999" role="button" title="tp2850.png" alt="tp2850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give me some suggestion&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 11:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1255785#M171969</guid>
      <dc:creator>simonlin</dc:creator>
      <dc:date>2021-04-01T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256852#M172090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I found your&amp;nbsp;article about imx8mp doesn't &lt;SPAN&gt;support MIPI-CSI virtual channels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Do you have any idea about my question?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 01:18:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256852#M172090</guid>
      <dc:creator>simonlin</dc:creator>
      <dc:date>2021-04-06T01:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256872#M172093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/104229" target="_self"&gt;&lt;SPAN class=""&gt;simonlin&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found the CSIS IP Support &lt;STRONG&gt;interleave mode&lt;/STRONG&gt; using Virtual channel.The clock and data lane2&amp;amp;3 are in stop state.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 02:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256872#M172093</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-04-06T02:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256895#M172094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use 2 lanes (lane0、lane1) in this case, so t&lt;SPAN&gt;he clock and data lane2&amp;amp;3 are in stop state is OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;About &lt;STRONG&gt;interleave mode, &lt;/STRONG&gt;here is ov5640 register value for reference&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;STRONG&gt;interleave mode &lt;/STRONG&gt;setting&amp;nbsp;of ov5640 and tp2850 is same&lt;/P&gt;&lt;P&gt;I found CHNL_CTRL[CSI_EN]&amp;nbsp; is different between ov5640 and tp2850&lt;/P&gt;&lt;P&gt;How should I enable&amp;nbsp;&lt;STRONG&gt;CHNL_CTRL[CSI_EN] &lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;[ 45.364412] ISI CHNLC register dump, isi1&lt;BR /&gt;[ 45.368434] CHNL_CTRL[0x00]: e0000001&lt;BR /&gt;[ 45.373067] CHNL_IMG_CTRL[0x04]: 20000001&lt;BR /&gt;[ 45.377699] CHNL_OUT_BUF_CTRL[0x08]: 7c707&lt;BR /&gt;[ 45.382068] CHNL_IMG_CFG[0x0c]: 1e002d0&lt;BR /&gt;[ 45.386611] CHNL_IER[0x10]: 3cfc0000&lt;BR /&gt;[ 45.391243] CHNL_STS[0x14]: 100&lt;BR /&gt;[ 45.395444] CHNL_SCALE_FACTOR[0x18]: 10001000&lt;BR /&gt;[ 45.400077] CHNL_SCALE_OFFSET[0x1c]: 00&lt;BR /&gt;[ 45.404185] CHNL_CROP_ULC[0x20]: 00&lt;BR /&gt;[ 45.408297] CHNL_CROP_LRC[0x24]: 00&lt;BR /&gt;[ 45.412411] CHNL_CSC_COEFF0[0x28]: 00&lt;BR /&gt;[ 45.416535] CHNL_CSC_COEFF1[0x2c]: 00&lt;BR /&gt;[ 45.420657] CHNL_CSC_COEFF2[0x30]: 00&lt;BR /&gt;[ 45.424769] CHNL_CSC_COEFF3[0x34]: 00&lt;BR /&gt;[ 45.428885] CHNL_CSC_COEFF4[0x38]: 00&lt;BR /&gt;[ 45.432997] CHNL_CSC_COEFF5[0x3c]: 00&lt;BR /&gt;[ 45.437107] CHNL_ROI_0_ALPHA[0x40]: 00&lt;BR /&gt;[ 45.441219] CHNL_ROI_0_ULC[0x44]: 00&lt;BR /&gt;[ 45.445330] CHNL_ROI_0_LRC[0x48]: 00&lt;BR /&gt;[ 45.449443] CHNL_ROI_1_ALPHA[0x4c]: 00&lt;BR /&gt;[ 45.453558] CHNL_ROI_1_ULC[0x50]: 00&lt;BR /&gt;[ 45.457672] CHNL_ROI_1_LRC[0x54]: 00&lt;BR /&gt;[ 45.461783] CHNL_ROI_2_ALPHA[0x58]: 00&lt;BR /&gt;[ 45.465893] CHNL_ROI_2_ULC[0x5c]: 00&lt;BR /&gt;[ 45.470006] CHNL_ROI_2_LRC[0x60]: 00&lt;BR /&gt;[ 45.474117] CHNL_ROI_3_ALPHA[0x64]: 00&lt;BR /&gt;[ 45.478228] CHNL_ROI_3_ULC[0x68]: 00&lt;BR /&gt;[ 45.482339] CHNL_ROI_3_LRC[0x6c]: 00&lt;BR /&gt;[ 45.486450] CHNL_OUT_BUF1_ADDR_Y[0x70]: da500000&lt;BR /&gt;[ 45.491082] CHNL_OUT_BUF1_ADDR_U[0x74]: 00&lt;BR /&gt;[ 45.495189] CHNL_OUT_BUF1_ADDR_V[0x78]: 00&lt;BR /&gt;[ 45.499301] CHNL_OUT_BUF_PITCH[0x7c]: 5a0&lt;BR /&gt;[ 45.503509] CHNL_IN_BUF_ADDR[0x80]: 00&lt;BR /&gt;[ 45.507616] CHNL_IN_BUF_PITCH[0x84]: 00&lt;BR /&gt;[ 45.511726] CHNL_MEM_RD_CTRL[0x88]: 00&lt;BR /&gt;[ 45.515841] CHNL_OUT_BUF2_ADDR_Y[0x8c]: da200000&lt;BR /&gt;[ 45.520491] CHNL_OUT_BUF2_ADDR_U[0x90]: 00&lt;BR /&gt;[ 45.524602] CHNL_OUT_BUF2_ADDR_V[0x94]: 00&lt;BR /&gt;[ 45.528715] CHNL_SCL_IMG_CFG[0x98]: 1e002d0&lt;BR /&gt;[ 45.533265] CHNL_FLOW_CTRL[0x9c]: 00&lt;/P&gt;&lt;P&gt;[ 53.981266] CSIS_VERSION[0]: 0x03060301&lt;BR /&gt;[ 53.985824] CSIS_CMN_CTRL[4]: 0x00004905&lt;BR /&gt;[ 53.990374] CSIS_CLK_CTRL[8]: 0x000f0000&lt;BR /&gt;[ 53.994925] CSIS_INTMSK[10]: 0x0fffff1f&lt;BR /&gt;[ 53.999555] CSIS_INTSRC[14]: 0x00000000&lt;BR /&gt;[ 54.004189] CSIS_DPHYSTATUS[20]: 0x000000c0&lt;BR /&gt;[ 54.008820] CSIS_DPHYCTRL[24]: 0x0d800007&lt;BR /&gt;[ 54.013454] CSIS_DPHYBCTRL_L[30]: 0x000001f4&lt;BR /&gt;[ 54.018089] CSIS_DPHYBCTRL_H[34]: 0x00000000&lt;BR /&gt;[ 54.022727] CSIS_DPHYSCTRL_L[38]: 0x00000000&lt;BR /&gt;[ 54.027364] CSIS_DPHYSCTRL_H[3c]: 0x00000000&lt;BR /&gt;[ 54.032001] CSIS_ISPCONFIG_CH0[40]: 0x00001078&lt;BR /&gt;[ 54.036643] CSIS_ISPCONFIG_CH1[50]: 0x000008fd&lt;BR /&gt;[ 54.041276] CSIS_ISPCONFIG_CH2[60]: 0x000008fe&lt;BR /&gt;[ 54.045926] CSIS_ISPCONFIG_CH3[70]: 0x000008ff&lt;BR /&gt;[ 54.050562] CSIS_ISPRESOL_CH0[44]: 0x01e002d0&lt;BR /&gt;[ 54.055193] CSIS_ISPRESOL_CH1[54]: 0x80008000&lt;BR /&gt;[ 54.059827] CSIS_ISPRESOL_CH2[64]: 0x80008000&lt;BR /&gt;[ 54.064457] CSIS_ISPRESOL_CH3[74]: 0x80008000&lt;BR /&gt;[ 54.069091] CSIS_ISPSYNC_CH0[48]: 0x00000000&lt;BR /&gt;[ 54.073722] CSIS_ISPSYNC_CH1[58]: 0x00000000&lt;BR /&gt;[ 54.078351] CSIS_ISPSYNC_CH2[68]: 0x00000000&lt;BR /&gt;[ 54.082979] CSIS_ISPSYNC_CH3[78]: 0x00000000&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 02:36:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256895#M172094</guid>
      <dc:creator>simonlin</dc:creator>
      <dc:date>2021-04-06T02:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256931#M172098</link>
      <description>&lt;P&gt;The register set is in&amp;nbsp;/drivers/staging/media/imx/imx8-mipi-csi2.c&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 03:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256931#M172098</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-04-06T03:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256964#M172104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; I already execute the mipi_csis_system_enable fucntion&lt;BR /&gt;But read the register value, CSI_EN is still disable&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 05:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1256964#M172104</guid>
      <dc:creator>simonlin</dc:creator>
      <dc:date>2021-04-06T05:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1257009#M172108</link>
      <description>&lt;P&gt;Sorry for the previous repl ,the CHNL_CTRL register is in&amp;nbsp;imx8-isi-hw.c!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 06:27:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1257009#M172108</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-04-06T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1257695#M172169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I check&amp;nbsp;&lt;SPAN&gt;CHNL_CTRL&amp;nbsp;register, and make sure it is OK for tp2850 and ov5640&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Because tp2850 work on isi0, and ov5640 work on isi1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found below ov5640 dts setting, it looks important about DPHY clock&lt;/P&gt;&lt;P&gt;How should I set&amp;nbsp;&lt;STRONG&gt;csis-hs-settle &lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;csis-clk-settle &lt;/STRONG&gt;for tp2850?&lt;/P&gt;&lt;P&gt;mipi_csi0_ep: endpoint {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remote-endpoint = &amp;lt;&amp;amp;ov5640_mipi_0_ep&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data-lanes = &amp;lt;2&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;csis-hs-settle&lt;/STRONG&gt; = &amp;lt;13&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;csis-clk-settle&lt;/STRONG&gt; = &amp;lt;2&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; csis-wclk;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 06:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1257695#M172169</guid>
      <dc:creator>simonlin</dc:creator>
      <dc:date>2021-04-07T06:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1258428#M172227</link>
      <description>&lt;P&gt;If the FAE can provide you the&amp;nbsp;DIPD_HSI_MIPI_CSI-2_V3.6.3.1_User_Guide.pdf?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 01:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1258428#M172227</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-04-08T01:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8MP support video format</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1258438#M172228</link>
      <description>&lt;P&gt;(FREQ. OF RX_BYTE_CLK_HS) X (NUMBER OF DATA LANE) X 8BITS&lt;BR /&gt;≤ (FREQ. OF PIXEL CLOCK) X (BITWIDTH OF IMAGE FORMAT) X (NUMBER OF PIXEL PER CLOCK)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The two params , you can see&amp;nbsp;iMX_8M_Plus_RM_RevD.pdf,search the&amp;nbsp;&lt;STRONG&gt;hssettle&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 02:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-support-video-format/m-p/1258438#M172228</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-04-08T02:04:29Z</dc:date>
    </item>
  </channel>
</rss>

