<?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: Local bus pll enable in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679552#M4124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P2020&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 05:34:57 GMT</pubDate>
    <dc:creator>wangxiao</dc:creator>
    <dc:date>2017-07-03T05:34:57Z</dc:date>
    <item>
      <title>P2020 Local bus pll enable</title>
      <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679550#M4122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I met the problem.Platform clock is 400MHz,i want to set local bus clock for 100MHz,so add in the .h file:&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_LBC_LCRR&lt;SPAN class=""&gt; &lt;/SPAN&gt;0x00030002&lt;SPAN class=""&gt; &lt;/SPAN&gt;/* local bus freq&lt;SPAN class=""&gt; &lt;/SPAN&gt;*/&lt;/P&gt;&lt;P&gt;bit 0 PLL enable&lt;/P&gt;&lt;P&gt;clock divide 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clock ratio register (eLBC_LCRR) &amp;nbsp;bit 0 PBYP should be 0,means the PLL enable.&lt;/P&gt;&lt;P&gt;After set the register， &amp;nbsp;I read this register data is 0x80030002,bit 0 still 1 in bypass mode ,is that right?&lt;/P&gt;&lt;P&gt;（Additionally，Bypass mode ,local bus cycle time minnum 12ns，so the clock maxmum 83MHz）&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679550#M4122</guid>
      <dc:creator>wangxiao</dc:creator>
      <dc:date>2017-06-30T09:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Local bus pll enable</title>
      <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679551#M4123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which processor is in question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 10:27:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679551#M4123</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-06-30T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Local bus pll enable</title>
      <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679552#M4124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P2020&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 05:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679552#M4124</guid>
      <dc:creator>wangxiao</dc:creator>
      <dc:date>2017-07-03T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Local bus pll enable</title>
      <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679553#M4125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use debugger to debug U-Boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 05:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679553#M4125</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-07-03T05:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: P2020 Local bus pll enable</title>
      <link>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679554#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks。&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Progam：&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;clrsetbits_be32(&amp;amp;lbc-&amp;gt;lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;__raw_readl(&amp;amp;lbc-&amp;gt;lcrr);&lt;BR /&gt;isync();&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;the reason:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;clrsetbits_be32(&amp;amp;lbc-&amp;gt;lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR) &amp;nbsp; mapping to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;out_be32(&amp;amp;lbc-&amp;gt;lcrr,inbe32(&amp;amp;lbc-&amp;gt;lcrr) &amp;amp; (~LCRR_CLKDIV) | CONFIG_SYS_LBC_LCRR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;actually it does not change bit 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;solution:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;*(volatile *)(&amp;amp;lbc-&amp;gt;lcrr) = &lt;SPAN style="background-color: #ffffff;"&gt;CONFIG_SYS_LBC_LCRR&lt;/SPAN&gt;&amp;nbsp;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;then it‘s ok&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 08:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P2020-Local-bus-pll-enable/m-p/679554#M4126</guid>
      <dc:creator>wangxiao</dc:creator>
      <dc:date>2017-07-03T08:33:25Z</dc:date>
    </item>
  </channel>
</rss>

