<?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: imx6sx ; How does Linux change the BCLK frequency ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486652#M77889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mentioned is SSI or SAI interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4787iCAAA25EBE685FD4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 05:05:00 GMT</pubDate>
    <dc:creator>BiyongSUN</dc:creator>
    <dc:date>2016-04-08T05:05:00Z</dc:date>
    <item>
      <title>imx6sx ; How does Linux change the BCLK frequency ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486648#M77885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am setting the BCLK to continuous mode in u-boot, and setting the EIM_SLOW_PODF bits in CSCMR1 to get a 66Mhz external BCLK frequency. When I stop u-boot from booting Linux, then I see the expected 66Mhz clock.&lt;/P&gt;&lt;P&gt;However, once Linux boots the clock gets changed to 133Mhz. Is this controlled by the device tree?&lt;/P&gt;&lt;P&gt;If so, can someone provide the required change to reduce this frequency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 22:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486648#M77885</guid>
      <dc:creator>bap3ball</dc:creator>
      <dc:date>2016-04-06T22:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx ; How does Linux change the BCLK frequency ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486649#M77886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;please look at linux documentation../bindings/bus/imx-weim.txt how to set CSxGCR1 :&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/bus/imx-weim.txt?h=imx_3.14.52_1.1.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/bus/imx-weim.txt?h=imx_3.14.52_1.1.0_ga"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 01:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486649#M77886</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-04-07T01:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx ; How does Linux change the BCLK frequency ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486650#M77887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but I need to run in continuous BCLK which I believe means the BCD in CSxGCR1 must be set to 0.&lt;/P&gt;&lt;P&gt;When using continuous BCLK mode, how is the BCLK frequency changed? Is there some control of the EIM_WCR in a device tree?&lt;/P&gt;&lt;P&gt;It looks to me like either setting WCR[GBCD] and WCR[BCM=1] or changing the CSCMR1(slow_podf) could work. Are one of those the preferred method for change BCLK frequency in continuous mode?&lt;/P&gt;&lt;P&gt;If so, how are those changed in a device tree?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 19:52:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486650#M77887</guid>
      <dc:creator>bap3ball</dc:creator>
      <dc:date>2016-04-07T19:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx ; How does Linux change the BCLK frequency ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486651#M77888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all CSxGCR can be changed by property: "&lt;CODE&gt;fsl,weim-cs-timing",&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;EIM_WCR seems can not be changed.&lt;/P&gt;&lt;P&gt;Regarding "how"s&amp;nbsp; for continuous BCLK, suggest to create new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 00:34:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486651#M77888</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-04-08T00:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx ; How does Linux change the BCLK frequency ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486652#M77889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mentioned is SSI or SAI interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4787iCAAA25EBE685FD4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 05:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-How-does-Linux-change-the-BCLK-frequency/m-p/486652#M77889</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2016-04-08T05:05:00Z</dc:date>
    </item>
  </channel>
</rss>

