<?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 adjust LVDS clock frequency and timing in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1636140#M204436</link>
    <description>&lt;P&gt;Dear Sanket Parekh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your comment. It was very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To supplement my previous explanation,&lt;/P&gt;&lt;P&gt;I couldn't find any dtb related to LVDS output other than "&lt;STRONG&gt;imx8mp-evk-jdi-wuxga-lvds-panel.dtb&lt;/STRONG&gt;",&lt;/P&gt;&lt;P&gt;so I am currently using this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I first tested the LVDS output, I was able to observe it at a pix clk frequency and timing of 74.2MHz and 1920 x 1200, which matches the JDI panel resolution settings in &lt;STRONG&gt;panel-simple.c&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I successfully observed a frequency of 54.1MHz by changing the clk settings with the method you taught me today!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the H resolution is now outputting at 1650 cycles , not matched with JDI.&lt;/P&gt;&lt;P&gt;Is this phenomenon caused by the inconsistency between the pix clk settings and the PLL clk frequency changes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me how to set any display timing (H, V active, blank, sync width)?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The desired resolution is 1024 x 768.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TH_T_110&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 10:00:21 GMT</pubDate>
    <dc:creator>TH_T_110</dc:creator>
    <dc:date>2023-04-19T10:00:21Z</dc:date>
    <item>
      <title>How to adjust LVDS clock frequency and timing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1634610#M204301</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I am trying to output LVDS using i.MX8MP EVK, but I am having trouble adjusting the LVDS output clock frequency and timing. Which source code do I need to modify, and how should I modify it?&lt;/P&gt;&lt;P&gt;The required timing parameters are as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Pixel clock = 54.13 MHz&lt;/LI&gt;&lt;LI&gt;Active resolution: 1024 x 768&lt;/LI&gt;&lt;LI&gt;Htotal: 1344 clocks&lt;/LI&gt;&lt;LI&gt;Vtotal: 806 lines&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We are currently checking the required settings for H and V front porch, back porch, and sync width.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 10:47:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1634610#M204301</guid>
      <dc:creator>TH_T_110</dc:creator>
      <dc:date>2023-04-17T10:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust LVDS clock frequency and timing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1635429#M204370</link>
      <description>&lt;DIV&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215918"&gt;@TH_T_110&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I hope you are doing well.&lt;BR /&gt;&lt;BR /&gt;Please make a note that due to limited video PLL frequency points on i.MX8MP, the current LVDS driver implementation only supports 74.25 MHz pixel clock frequency in a single channel.&lt;BR /&gt;Please refer to&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-5.15.y/drivers/gpu/drm/imx/imx8mp-ldb.c#L194" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/nxp-imx/linux-imx/blob/lf-5.15.y/drivers/gpu/drm/imx/imx8mp-ldb.c%23L194&amp;amp;source=gmail&amp;amp;ust=1681905878414000&amp;amp;usg=AOvVaw05ziug-MX0-eNjs9MTpbO3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/drivers/gpu/drm/imx/imx8mp-&lt;WBR /&gt;ldb.c&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;To use different frequencies, one has to make custom changes in BSP.&lt;BR /&gt;&lt;BR /&gt;1. Remove hardcoded frequency code from imx8mp-ldb.c driver.&lt;BR /&gt;2. Add new PLL_1443X_RATE entry in&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;imx_pll1443x_tbl&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in /drivers/clk/imx/clk-pll14xx.c with updated P,M,S values.&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; Note: Internal divider will divide video PLL by 7 to obtain lvds pixel clock&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;For&amp;nbsp;Pixel clock ~ 54.13 MHz.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;PLL_1443X_RATE entry would be.&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;PLL_1443X_RATE(378910000U,&lt;WBR /&gt;126,2,2,0),&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
3. change PLL rate in /arch/arm64/boot/dts/&lt;WBR /&gt;freescale/imx8mp.dtsi&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;For&amp;nbsp;Pixel clock = 54.13 MHz.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;PLL_1443X_RATE entry would be.&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;PLL_1443X_RATE(378910000U,&lt;WBR /&gt;126,2,2,0),&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;Please make the below change in&amp;nbsp;&lt;/STRONG&gt;clk: clock-controller node&amp;nbsp; /arch/arm64/boot/dts/&lt;WBR /&gt;freescale/imx8mp.dtsi&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;assigned-clock-rates = &amp;lt;0&amp;gt;, &amp;lt;0&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;1000000000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;800000000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;500000000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;400000000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;800000000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;393216000&amp;gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;361267200&amp;gt;,&lt;BR /&gt;&amp;nbsp; -&amp;nbsp; &amp;nbsp;&amp;lt;1039500000&amp;gt;;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; +&amp;nbsp; &amp;lt;&lt;STRONG&gt;378910000&lt;/STRONG&gt;&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One can check clock frequency using the below command.&lt;BR /&gt;#&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;cat /sys/kernel/debug/clk/clk_&lt;WBR /&gt;summary&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;DIV&gt;Sanket Parekh&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:14:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1635429#M204370</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-04-18T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust LVDS clock frequency and timing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1636140#M204436</link>
      <description>&lt;P&gt;Dear Sanket Parekh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your comment. It was very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To supplement my previous explanation,&lt;/P&gt;&lt;P&gt;I couldn't find any dtb related to LVDS output other than "&lt;STRONG&gt;imx8mp-evk-jdi-wuxga-lvds-panel.dtb&lt;/STRONG&gt;",&lt;/P&gt;&lt;P&gt;so I am currently using this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I first tested the LVDS output, I was able to observe it at a pix clk frequency and timing of 74.2MHz and 1920 x 1200, which matches the JDI panel resolution settings in &lt;STRONG&gt;panel-simple.c&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I successfully observed a frequency of 54.1MHz by changing the clk settings with the method you taught me today!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the H resolution is now outputting at 1650 cycles , not matched with JDI.&lt;/P&gt;&lt;P&gt;Is this phenomenon caused by the inconsistency between the pix clk settings and the PLL clk frequency changes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me how to set any display timing (H, V active, blank, sync width)?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The desired resolution is 1024 x 768.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TH_T_110&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1636140#M204436</guid>
      <dc:creator>TH_T_110</dc:creator>
      <dc:date>2023-04-19T10:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust LVDS clock frequency and timing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1637862#M204571</link>
      <description>&lt;P&gt;&lt;SPAN class="im"&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215918"&gt;@TH_T_110&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope you are doing well.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;In&amp;nbsp;"imx8mp-evk-jdi-wuxga-lvds-&lt;WBR /&gt;panel.dts"&lt;/DIV&gt;
&lt;DIV&gt;the device node is defined as below.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;lvds0_panel {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;compatible =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"jdi,tx26d202vm0bwa";&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;backlight = &amp;lt;&amp;amp;lvds_backlight&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;port {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;panel_lvds_in: endpoint {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;remote-endpoint = &amp;lt;&amp;amp;lvds_out&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;BR /&gt;};&lt;/DIV&gt;
&lt;DIV&gt;in panel-simple.c driver data is mapped as below.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.compatible = "&lt;STRONG&gt;jdi,tx26d202vm0bwa&lt;/STRONG&gt;",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.data = &amp;amp;&lt;STRONG&gt;jdi_tx26d202vm0bwa&lt;/STRONG&gt;,&lt;BR /&gt;},&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One can change display timings and pixel clock in simple-panle.c driver in below table.&lt;/DIV&gt;
&lt;DIV&gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OR&lt;/DIV&gt;
&lt;DIV&gt;One can create new compatible properties,&lt;STRONG&gt;panel-timing,&amp;nbsp;&lt;/STRONG&gt;and data according to display in&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/drivers/gpu/drm/panel/panel-simple.c#L2363" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/drivers/gpu/drm/panel/panel-simple.c%23L2363&amp;amp;source=gmail&amp;amp;ust=1682133805639000&amp;amp;usg=AOvVaw1m7r0si5WsW2r6sdz6hDUk"&gt;panel-simple.c&amp;nbsp;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;static const struct display_timing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;jdi_tx26d202vm0bwa_timing&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.pixelclock = { 151820000, 156720000, 159780000 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.hactive = { 1920, 1920, 1920 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.hfront_porch = { 76, 100, 112 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .hback_porch = { 74, 100, 112 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .hsync_len = { 30, 30, 30 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .vactive = { 1200, 1200, 1200},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .vfront_porch = { 3, 5, 10 },.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .vback_porch = { 2, 5, 10 },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .vsync_len = { 5, 5, 5 },&lt;BR /&gt;.flags = DISPLAY_FLAGS_DE_HIGH,&lt;BR /&gt;};&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please refer to the below documents for more information.&lt;/DIV&gt;
&lt;DIV&gt;/Documentation/devicetree/&lt;WBR /&gt;bindings/display/panel/panel-&lt;WBR /&gt;simple.yaml&lt;/DIV&gt;
&lt;DIV&gt;'/Documentation/devicetree/&lt;WBR /&gt;bindings/display/panel/panel-&lt;WBR /&gt;timing.yaml&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;A href="https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/#panel-timings" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://developer.toradex.com/linux-bsp/application-development/multimedia/display-output-resolution-and-timings-linux/%23panel-timings&amp;amp;source=gmail&amp;amp;ust=1682133805639000&amp;amp;usg=AOvVaw39nMXL-NHJTWAT4lNFRth-"&gt;Panel Timings&lt;/A&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 08:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1637862#M204571</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-04-21T08:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust LVDS clock frequency and timing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1801541#M219624</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Sanket_Parekh&lt;/P&gt;&lt;P&gt;Thanks for the detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And sorry for the very late reply on this matter as the project is pending.&lt;/P&gt;&lt;P&gt;With your help I was able to display the picture on the desired panel!&lt;/P&gt;&lt;P&gt;The PLL adjustment is a bit complicated.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 03:02:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-adjust-LVDS-clock-frequency-and-timing/m-p/1801541#M219624</guid>
      <dc:creator>TH_T_110</dc:creator>
      <dc:date>2024-02-05T03:02:16Z</dc:date>
    </item>
  </channel>
</rss>

