<?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: mipi error on Sabrelite in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257320#M24912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last update:&lt;/P&gt;&lt;P&gt;i rebitbaked the core-image-base with 3.0.35(boundary) and the ov5640mipi is working.&lt;/P&gt;&lt;P&gt;SO the problem seems to be in the 3.10.17 kenel (or its configuration), I used he notrogen6x_defconf as base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Feb 2014 14:18:09 GMT</pubDate>
    <dc:creator>Selea</dc:creator>
    <dc:date>2014-02-28T14:18:09Z</dc:date>
    <item>
      <title>mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257311#M24903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on a sabrelite with OV5640_mipi sensor, I have the following error:&lt;/P&gt;&lt;P&gt;"mipi csi2 can not receive sensor clk! 200"&lt;/P&gt;&lt;P&gt;when it loads the sensor driver..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257311#M24903</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-25T08:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257312#M24904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Omar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are 2 kinds of possibilities:&lt;/P&gt;&lt;P&gt;(1)OV5640 module didn't output clock.&lt;/P&gt;&lt;P&gt;you can open ov5640 mipi driver and add some debug information to print clock value, then ask hardware engineer to help you meause this clock on board.&lt;/P&gt;&lt;P&gt;(2)Hardware connections are not correct.&lt;/P&gt;&lt;P&gt;Please check if there exists NET errors in schematic! For example , if connections of CLK_N and&amp;nbsp; CLK_P are wrong, MIPI CSI2 in CPU can't revcive clock from OV5640.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257312#M24904</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2014-02-25T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257313#M24905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weidong &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the sabrelatiwith its own ov5640 mipi module so I think the hardware should be ok, but i will check it.&lt;/P&gt;&lt;P&gt;i will add some debug to have more info.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:59:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257313#M24905</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-25T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257314#M24906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looking in the driver the ov5640_init_mode function is waiting for a change of status on the dphy reg: &lt;/P&gt;&lt;P&gt;“”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"&lt;BR /&gt; /* wait for mipi sensor ready */&lt;BR /&gt; while (1) {&lt;BR /&gt; mipi_reg = mipi_csi2_dphy_status(mipi_csi2_info);&lt;BR /&gt; if (mipi_reg != 0×200)&lt;BR /&gt; break;&lt;BR /&gt; if (i++ &amp;gt;= 20) {&lt;BR /&gt; pr_err(“mipi csi2 can not receive sensor clk! %x\n”, mipi_reg);&lt;BR /&gt; return -1;&lt;BR /&gt; }&lt;BR /&gt; msleep(10);&lt;BR /&gt; }&lt;BR /&gt; “”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257314#M24906</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-25T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257315#M24907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you see your camera in i2c bus? (like using some tools such as i2c-tools)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your camera model supported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:56:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257315#M24907</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2014-02-25T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257316#M24908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Omar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please refer to this : &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94312"&gt;https://community.freescale.com/docs/DOC-94312&lt;/A&gt;, and debug your carmera according to documents on it .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 06:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257316#M24908</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2014-02-26T06:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257317#M24909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I'm uing the ov5640 (mipi version) supported. The hardware if the moudle from boundary , o i hope is ok.&lt;/P&gt;&lt;P&gt;I can see it on I2C (the init of the registers is ok).&lt;/P&gt;&lt;P&gt;The driver init fail when it is waiting the correct csi2_dphy status... it is always 0x200...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257317#M24909</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-26T10:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257318#M24910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by "driver init fail"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your last replies your camera is alive. clock is OK. hardware is OK. support is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does the error you´ve been facing, occurs when kernel is booting, or when you modprobe the driver?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 14:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257318#M24910</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2014-02-26T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257319#M24911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.. no i still have the error on clock.&lt;/P&gt;&lt;P&gt;but i read on boundary support, there should be a fix on theri github on 3.10.17. I will try it today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 08:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257319#M24911</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-27T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257320#M24912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last update:&lt;/P&gt;&lt;P&gt;i rebitbaked the core-image-base with 3.0.35(boundary) and the ov5640mipi is working.&lt;/P&gt;&lt;P&gt;SO the problem seems to be in the 3.10.17 kenel (or its configuration), I used he notrogen6x_defconf as base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 14:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257320#M24912</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-02-28T14:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257321#M24913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still investigating on this issue... no solution yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:smileyconfused:&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 12:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257321#M24913</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-03-07T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257322#M24914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Omar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the issue is that your are not using an hdmi monitor. Mipi needs a clock&lt;/P&gt;&lt;P&gt;that was missed, and hdmi happens to enable. Here's a patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Troy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 00:47:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257322#M24914</guid>
      <dc:creator>TroyKisky</dc:creator>
      <dc:date>2014-03-08T00:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257323#M24915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks troy!!! :smileyhappy::smileyhappy::smileyhappy::smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257323#M24915</guid>
      <dc:creator>Selea</dc:creator>
      <dc:date>2014-03-10T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257324#M24916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Troy,&lt;/P&gt;&lt;P&gt;which is the kernel version of that patch? I'm using 3.0.35 and it doesn't fit with my code.&lt;/P&gt;&lt;P&gt;I'm using a BoundayDevice board and I found that structure in board-mx6_nitrogen6x.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct mipi_csi2_platform_data mipi_csi2_pdata = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ipu_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .csi_id = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .v_channel = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .lanes = 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .dphy_clk = "mipi_pllref_clk",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .pixel_clk = "emi_clk",&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have I to add a third clock named .cfg_clk? could you give me some advice?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257324#M24916</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2014-11-06T16:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257325#M24917</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;SPAN&gt;I found out a branch of kernel 3.0.35 (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.0.35_4.1.0"&gt;https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.0.35_4.1.0&lt;/A&gt;&lt;SPAN&gt;) that seems to contain the same patch you give to update 3.10.17 kernel to work without HDMI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now in board-mx6_nitrogen6x.c there is that structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct mipi_csi2_platform_data mipi_csi2_pdata = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .dphy_clk = "mipi_pllref_clk",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .pixel_clk = "emi_clk",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .cfg_clk = "hdmi_isfr_clk",&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how could I update .cfg_clk to refer to a valid clock in place of the hdmi one? could someone give me some advice?&lt;/P&gt;&lt;P&gt;thank you again,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257325#M24917</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2014-11-07T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: mipi error on Sabrelite</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257326#M24918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi everybody,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;am having a similar problem described in this thread.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I am trying to capture some data from a decoder connected to an imx6 quad board through 1 data lane connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The connection is through IPU 0, CSI 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The relevant structures are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;static struct fsl_mxc_camera_platform_data mipi_csi2_data = {&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .mclk = 108000000,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .mclk_source = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .csi = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .io_init = mx6q_dec_init,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .pwdn = NULL,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;static struct mipi_csi2_platform_data mipi_csi2_pdata = {&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ipu_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .csi_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .v_channel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .lanes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .init&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; = mx6q_dec_init,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .dphy_clk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "mipi_pllref_clk",&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .pixel_clk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "emi_clk",&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;};&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;static struct fsl_mxc_capture_platform_data capture_data[] = {&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .csi = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ipu = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .mclk_source = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .is_mipi = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .csi = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ipu = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .mclk_source = 0,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .is_mipi = 1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;};&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The problem I am having is:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;MIPI_CSI_PHY_STATE register has the value 0x210 ; so the &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;phy_rxclkactivehs is always 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The clock that is output from the decoder to the imx module is 108 MHz. I found references in this forum stating that: the MIPI DPHY clock should match the camera sensor clock.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;So, I should be setting the CSI2_PHY_TST_CTRL1 register like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;mipi_csi2_write(info, 0x00000040, CSI2_PHY_TST_CTRL1);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But still the &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;phy_rxclkactivehs&lt;/SPAN&gt; bit is never set.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mipi-error-on-Sabrelite/m-p/257326#M24918</guid>
      <dc:creator>meflo</dc:creator>
      <dc:date>2015-01-19T16:47:00Z</dc:date>
    </item>
  </channel>
</rss>

