<?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: imx93 LVDS clock settings in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/2005192#M231426</link>
    <description>Can you please share your suggested modification?</description>
    <pubDate>Mon, 02 Dec 2024 14:29:56 GMT</pubDate>
    <dc:creator>etostd</dc:creator>
    <dc:date>2024-12-02T14:29:56Z</dc:date>
    <item>
      <title>imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1720502#M212380</link>
      <description>&lt;P&gt;I am trying to output LVDS using i.MX93 but I am having trouble adjusting the LVDS clock frequency.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using imx93-11x11-evk-boe-wxga-lvds-panel.dts as an example, but I'm having trouble understanding this section for the clocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;lcdif {
	assigned-clock-rates = &amp;lt;498000000&amp;gt;, &amp;lt;71142857&amp;gt;, &amp;lt;400000000&amp;gt;, &amp;lt;133333333&amp;gt;;
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get a 1024x600 display working with a pixel clock of&amp;nbsp; 51.2MHz.&amp;nbsp; I have gotten close (57MHz) with the following settings, but the display is stretched in the horizontal direction.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the clk settings I used to get 57MHz.&amp;nbsp; I assumed the first 2 clocks are 7x because that was what the 8mplus used.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;assigned-clock-rates = &amp;lt;400000000&amp;gt;, &amp;lt;57142857&amp;gt;, &amp;lt;400000000&amp;gt;, &amp;lt;133333333&amp;gt;;&lt;/LI-CODE&gt;&lt;P&gt;Here is my display timing in panel simple&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	.clock = 51200,
	.hdisplay = 1024,
	.hsync_start = 1024 + 178,
	.hsync_end = 1024 + 178 + 20,
	.htotal = 1024 + 178 + 20 + 178,	//1400
	.vdisplay = 600,
	.vsync_start = 600 + 95,
	.vsync_end = 600 + 95 + 10,
	.vtotal = 600 + 95 + 10 + 95,		//800&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 15:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1720502#M212380</guid>
      <dc:creator>mark_vogt</dc:creator>
      <dc:date>2023-09-11T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1720894#M212418</link>
      <description>&lt;P&gt;I have already mailed to you, pls modify the source code according to my suggestion&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 06:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1720894#M212418</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-09-12T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1759770#M215980</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;We're also facing problems adjusting the clock values according to our needs.&lt;/P&gt;&lt;P&gt;We had a working solution with 6.1.1_1.0.0 release based kernel code. Something seemed to have changed. We usually follow this formula:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define PIXCLK 25175000

&amp;amp;lcdif {
       	assigned-clock-rates = &amp;lt;(PIXCLK * 7)&amp;gt;, &amp;lt;PIXCLK&amp;gt;, &amp;lt;400000000&amp;gt;, &amp;lt;133333333&amp;gt;;
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be great if you could share your advice public instead of mailing it private to some people.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Markus Bauer&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 10:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1759770#M215980</guid>
      <dc:creator>mb1</dc:creator>
      <dc:date>2023-11-20T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1817224#M220512</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you perhaps share the source code changes needed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Achim&amp;nbsp; Kanert&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/1817224#M220512</guid>
      <dc:creator>AchimKanert1</dc:creator>
      <dc:date>2024-02-28T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/2005192#M231426</link>
      <description>Can you please share your suggested modification?</description>
      <pubDate>Mon, 02 Dec 2024 14:29:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/2005192#M231426</guid>
      <dc:creator>etostd</dc:creator>
      <dc:date>2024-12-02T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 LVDS clock settings</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/2005538#M231445</link>
      <description>&lt;P&gt;do you mind creating a new thread for you request? click "submit a ticket"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.nxp.com/support/support:SUPPORTHOME?tid=sbmenu" target="_blank"&gt;Support | NXP Semiconductors&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/t5/HomeTest-Knowledge-Base/How-to-submit-a-new-question-for-NXP-Support/ta-p/1117058" target="_blank"&gt;How to submit a new question for NXP Support - NXP Community&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-LVDS-clock-settings/m-p/2005538#M231445</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-12-03T01:20:30Z</dc:date>
    </item>
  </channel>
</rss>

