<?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>i.MX ProcessorsのトピックRe: IMX6 IPU Display Clock Configuration Help</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-IPU-Display-Clock-Configuration-Help/m-p/603499#M90873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuradha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLL5 selections can be found in&lt;/P&gt;&lt;P&gt;linux/include/dt-bindings/clock/imx6qdl-clock.h&lt;/P&gt;&lt;P&gt;also please refer to generic linux clock api description in&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://lxr.free-electrons.com/source/drivers/clk/clk-divider.c#L544" title="http://lxr.free-electrons.com/source/drivers/clk/clk-divider.c#L544"&gt;Linux/drivers/clk/clk-divider.c - Linux Cross Reference - Free Electrons&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://elinux.org/images/b/b8/Elc2013_Clement.pdf"&gt;http://elinux.org/images/b/b8/Elc2013_Clement.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2017 10:43:21 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-01-11T10:43:21Z</dc:date>
    <item>
      <title>IMX6 IPU Display Clock Configuration Help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-IPU-Display-Clock-Configuration-Help/m-p/603498#M90872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am having a trouble setting up the the clock rate of IPU1DI0 of IMX6Q. The platform is Nitrogen6_max fron BD and using the kernel version 3.14.52 with ubuntu trusty. Currently the parent clock of IPU1DI0 is set to PLL5_vid_dev (76MHz), and the clock divider being 2 (38MHz) according to clock summary result. I want to bring this IPU clock rate to a lower value, by increasing the clock divider. I am aware that the relevant value should be written to &lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;CCM_CHSCCDR (base+0x34) as per IMX6QRM, but whe&lt;/SPAN&gt;re do I need to make the changes (in U-boot or kernel and what are the source files) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is this parent clock assignment line in&amp;nbsp;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;clk-imx6q.c :&lt;/SPAN&gt;&lt;BR style="color: #555555; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;clk[IMX6QDL_CLK_IPU1_DI0_PRE] = imx_clk_divider(“ipu1_di0_pre”, “ipu1_di0_pre_sel”, base + 0x34, 3, 3);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;If I'm not mistaken, the&amp;nbsp;&lt;SPAN&gt;imx_clk_divider should return the divider value. But here how the divisor is determined ?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-IPU-Display-Clock-Configuration-Help/m-p/603498#M90872</guid>
      <dc:creator>tengri</dc:creator>
      <dc:date>2017-01-10T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 IPU Display Clock Configuration Help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-IPU-Display-Clock-Configuration-Help/m-p/603499#M90873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuradha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLL5 selections can be found in&lt;/P&gt;&lt;P&gt;linux/include/dt-bindings/clock/imx6qdl-clock.h&lt;/P&gt;&lt;P&gt;also please refer to generic linux clock api description in&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://lxr.free-electrons.com/source/drivers/clk/clk-divider.c#L544" title="http://lxr.free-electrons.com/source/drivers/clk/clk-divider.c#L544"&gt;Linux/drivers/clk/clk-divider.c - Linux Cross Reference - Free Electrons&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://elinux.org/images/b/b8/Elc2013_Clement.pdf"&gt;http://elinux.org/images/b/b8/Elc2013_Clement.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 10:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-IPU-Display-Clock-Configuration-Help/m-p/603499#M90873</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-01-11T10:43:21Z</dc:date>
    </item>
  </channel>
</rss>

