<?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: Problem LVDS pixel clock on IMX8MP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1424946#M187978</link>
    <description>&lt;P&gt;you can refer to the driver of ldb&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/imx8mp-ldb.c?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/imx8mp-ldb.c?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;check the function "&lt;SPAN class="nf"&gt;imx8mp_ldb_encoder_atomic_ch&lt;/SPAN&gt;eck, you need comment the fixed clock, but not all of clock can be supported, but I checked, the 65M can be supported&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 03:42:56 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2022-03-09T03:42:56Z</dc:date>
    <item>
      <title>Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1423814#M187880</link>
      <description>&lt;P&gt;Hi, I'm trying to connect an LVDS display on imx8mp. (Linux 5.10.35_2.0.0)&lt;/P&gt;&lt;P&gt;These are the timing of my LCD, pixel-clock at 64MHz as below the code,&lt;/P&gt;&lt;P&gt;but it doesen't seem to work.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;panel-timing&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;clock-frequency = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;65000000&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hactive = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;1024&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;vactive = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;600&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hsync-len = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;136&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hfront-porch = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;20&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hback-porch = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;160&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;vfront-porch = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;vback-porch = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;29&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;vsync-len = &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;The output frequency is fixed at 74.2 MHz.&lt;/P&gt;&lt;P&gt;It would appear set in the imx8mp-ldb.c driver.&lt;/P&gt;&lt;P&gt;How can this parameter be changed from the device tree?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;&lt;P&gt;Domenico Acri&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 11:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1423814#M187880</guid>
      <dc:creator>domenicoacri</dc:creator>
      <dc:date>2022-03-07T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1424946#M187978</link>
      <description>&lt;P&gt;you can refer to the driver of ldb&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/imx8mp-ldb.c?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/imx/imx8mp-ldb.c?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;check the function "&lt;SPAN class="nf"&gt;imx8mp_ldb_encoder_atomic_ch&lt;/SPAN&gt;eck, you need comment the fixed clock, but not all of clock can be supported, but I checked, the 65M can be supported&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 03:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1424946#M187978</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-03-09T03:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1426989#M188115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you very much for the prompt reply.&lt;/P&gt;&lt;P&gt;Yes, I had also changed that function and it seems to work.&lt;/P&gt;&lt;P&gt;The thing I was interested in knowing was,&lt;/P&gt;&lt;P&gt;what are the supported frequencies and where they are defined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Domenico Acri&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 15:48:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1426989#M188115</guid>
      <dc:creator>domenicoacri</dc:creator>
      <dc:date>2022-03-11T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1428154#M188208</link>
      <description>&lt;P&gt;lvds uses video_pll1, pls refer to the clock source code:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/clk/imx/clk-imx8mp.c?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/clk/imx/clk-imx8mp.c?h=lf-5.10.y&lt;/A&gt;"&lt;BR /&gt;"&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/clk/imx/clk-pll14xx.c?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/clk/imx/clk-pll14xx.c?h=lf-5.10.y&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 05:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1428154#M188208</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-03-15T05:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1440274#M189035</link>
      <description>&lt;P&gt;Can you please tell me the location of panel-timing structure? I am searching for this to modify timing settings of my LVDS display. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 06:36:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1440274#M189035</guid>
      <dc:creator>embdev1</dc:creator>
      <dc:date>2022-04-07T06:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem LVDS pixel clock on IMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1441993#M189151</link>
      <description>&lt;P&gt;you can add it in the imx8mp dts file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 09:31:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-LVDS-pixel-clock-on-IMX8MP/m-p/1441993#M189151</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-04-11T09:31:47Z</dc:date>
    </item>
  </channel>
</rss>

