<?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: How to read MIPI D Phy Register in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469698#M191206</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39586"&gt;@joanxie&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I need to &lt;U&gt;&lt;STRONG&gt;read&lt;/STRONG&gt;&lt;/U&gt; the MIPI_DPHY memory map register value (section &lt;U&gt;13.7.10&lt;/U&gt; in i.MX 8M Nano Application Processor Ref. Manual Rev. 1, 11/2020)which is 64bits in width.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Master PLL PMS Value setting Register&lt;BR /&gt;(MIPI_DPHY_M_PLLPMS)&lt;/LI&gt;&lt;LI&gt;Master PLL Control Register (MIPI_DPHY_M_PLLCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_B_DPHYCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_M_DPHYCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_S_DPHYCTL)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please tell me which of the above registers are located in which offset of the memory map?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 05:09:50 GMT</pubDate>
    <dc:creator>milav_soni</dc:creator>
    <dc:date>2022-06-07T05:09:50Z</dc:date>
    <item>
      <title>How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1468779#M191151</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I need to read the following MIPI D PHY Register value.&lt;/P&gt;&lt;P&gt;I do not find any offset of these registers in the software source.&lt;/P&gt;&lt;P&gt;Can you please help me out with this problem?&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="milav_soni_0-1654267679337.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/182194iB87B578F47E97B12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="milav_soni_0-1654267679337.png" alt="milav_soni_0-1654267679337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 14:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1468779#M191151</guid>
      <dc:creator>milav_soni</dc:creator>
      <dc:date>2022-06-03T14:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469400#M191192</link>
      <description>&lt;P&gt;if you need set PMS, pls refer to the DSI_PLLCTRL register which located at 0x32E10094&lt;/P&gt;
&lt;P style="background: white; margin: 0in 0in 11.25pt 0in;"&gt;&lt;FONT color="#333333"&gt;S: Bit 1-3&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 0in 0in 11.25pt 0in;"&gt;&lt;FONT color="#333333"&gt;M : bit 4-13&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 0in 0in 11.25pt 0in;"&gt;&lt;FONT color="#333333"&gt;P : bit 14-19&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;and you can refer to the driver about this register&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/bridge/sec-dsim.c?h=lf-5.15.y&amp;quot;" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/bridge/sec-dsim.c?h=lf-5.15.y"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt; #define PLLCTRL_SET_PMS(x)&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; REG_PUT(x, &lt;STRONG&gt;19,&amp;nbsp; 1&lt;/STRONG&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;pllctrl |= PLLCTRL_SET_PMS(dsim-&amp;gt;pms) | PLLCTRL_PLLEN;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;dsim_write(dsim, pllctrl, DSIM_PLLCTRL);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 14:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469400#M191192</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-06-06T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469698#M191206</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39586"&gt;@joanxie&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I need to &lt;U&gt;&lt;STRONG&gt;read&lt;/STRONG&gt;&lt;/U&gt; the MIPI_DPHY memory map register value (section &lt;U&gt;13.7.10&lt;/U&gt; in i.MX 8M Nano Application Processor Ref. Manual Rev. 1, 11/2020)which is 64bits in width.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Master PLL PMS Value setting Register&lt;BR /&gt;(MIPI_DPHY_M_PLLPMS)&lt;/LI&gt;&lt;LI&gt;Master PLL Control Register (MIPI_DPHY_M_PLLCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_B_DPHYCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_M_DPHYCTL)&lt;/LI&gt;&lt;LI&gt;Master and Slave DPHY Control Register&lt;BR /&gt;(MIPI_DPHY_S_DPHYCTL)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please tell me which of the above registers are located in which offset of the memory map?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 05:09:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469698#M191206</guid>
      <dc:creator>milav_soni</dc:creator>
      <dc:date>2022-06-07T05:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469871#M191219</link>
      <description>&lt;P&gt;current bsp doesn't use these registers, and you can check the latest i.mx8mp reference manual, which remove these registers already, imx8mn should be updated in the newer reference manual, so I couldn't tell the address of these registers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 09:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1469871#M191219</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-06-07T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1471217#M191300</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39586"&gt;@joanxie&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thank You for your reply.&lt;/P&gt;&lt;P&gt;So how i can verify, whether MIPI D Phy is working fine or not?&lt;/P&gt;&lt;P&gt;Because I am getting zero value in the "MIPI_CSIS_FRAME_COUNTER_CH0" register when 5MP Image capture.&lt;/P&gt;&lt;P&gt;So where is the problem? please help me out with this problem.&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 05:32:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1471217#M191300</guid>
      <dc:creator>milav_soni</dc:creator>
      <dc:date>2022-06-09T05:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1473307#M191430</link>
      <description>&lt;P&gt;you can dump csi registers to check one by one and check the logfile, your information is too limited to know the issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 03:06:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1473307#M191430</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-06-14T03:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1705078#M210830</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;We have a MIPI CSI Camera OV5640 and&amp;nbsp; Imx8!!&lt;BR /&gt;I’m looking into checking the state of the Imx8 MIPI CSI Registers when I run gstreamer pipeline at userspace:&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=&lt;SPAN class=""&gt;'/dev/video0'&lt;/SPAN&gt; ! video/x-raw,format=YUY2,width=1920,height=1080,framerate=30/1 ! waylandsink -v&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;Is there a standard command(s) to find out MIPI CSI status register?&lt;/P&gt;&lt;P&gt;I want to check MIPI status register at runtime userpace, such as:&lt;BR /&gt;a. ECC and CRC Error Status Register&lt;BR /&gt;b. IRQ Status Register&lt;BR /&gt;c. ErrSot HS Status Register&lt;BR /&gt;d. ErrSotSync HS Status Register&lt;BR /&gt;e. ErrEsc Status Register&lt;BR /&gt;f. ErrSyncEsc Status Register&lt;BR /&gt;g. ErrControl Status Register&lt;/P&gt;&lt;P&gt;Can you please guide me?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Aug 2023 15:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1705078#M210830</guid>
      <dc:creator>hhami_2040</dc:creator>
      <dc:date>2023-08-15T15:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to read MIPI D Phy Register</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1868257#M223902</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/138651"&gt;@hhami_2040&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have a similar problem now that I tried to get the information on the inside of the MIPI dphy . Did you ever figure out how to get this information from the command line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 20:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-read-MIPI-D-Phy-Register/m-p/1868257#M223902</guid>
      <dc:creator>zohargolan</dc:creator>
      <dc:date>2024-05-17T20:14:41Z</dc:date>
    </item>
  </channel>
</rss>

