<?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: How to enable system clock from MCU M4</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083919#M158969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;opposite to previous i.MX products, for i.MX8(X) there is no CCM Chapter in&lt;/P&gt;&lt;P&gt;Reference Manual and no direct access to CCM registers (and PLLs) are allowed.&lt;/P&gt;&lt;P&gt;All access is performed using Linux SCFW APIs :&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_SCFWKIT-1.2.10.1&amp;amp;appType=license" target="_blank"&gt;SCFW Porting Kit&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>Thu, 28 May 2020 08:29:41 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-05-28T08:29:41Z</dc:date>
    <item>
      <title>How to enable system clock from MCU M4</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083918#M158968</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;&lt;/P&gt;&lt;P&gt;I am working on IMX8QM-MEK with Android 9 Automotive. These are the observation I found with default Power Management behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;These are the observation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, No interrupt triggered for Wake-up&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;mek_8q:/ $ cat /sys/power/pm_wakeup_irq&lt;BR /&gt;cat: /sys/power/pm_wakeup_irq: No data available&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;2, Only timer expires concept is integrate&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;system/core/libsuspend/autosuspend.c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;int autosuspend_force_suspend(int timeout_ms) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int ret;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = autosuspend_init();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ret) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ret;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return autosuspend_ops-&amp;gt;force_suspend(timeout_ms);&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;3, Deep sleep due to disable the following&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;source/vendor/nxp-opensource/kernel_imx/kernel/power&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;disable_nonboot_cpus&lt;/P&gt;&lt;P&gt;oom_killer_disable&lt;/P&gt;&lt;P&gt;arch_suspend_disable_irqs&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;4, Wake up is done due to enable the system clock and peripherals&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;source/vendor/nxp-opensource/kernel_imx/kernel/power&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;enable_nonboot_cpus&lt;/P&gt;&lt;P&gt;oom_killer_enable&lt;/P&gt;&lt;P&gt;arch_suspend_enable_irqs&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I needs to implement enable clocks from m4 MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Is there any per-defined API for enable clocks from M4 MCU ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vinoth S,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 06:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083918#M158968</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-05-28T06:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable system clock from MCU M4</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083919#M158969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;opposite to previous i.MX products, for i.MX8(X) there is no CCM Chapter in&lt;/P&gt;&lt;P&gt;Reference Manual and no direct access to CCM registers (and PLLs) are allowed.&lt;/P&gt;&lt;P&gt;All access is performed using Linux SCFW APIs :&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_SCFWKIT-1.2.10.1&amp;amp;appType=license" target="_blank"&gt;SCFW Porting Kit&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>Thu, 28 May 2020 08:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083919#M158969</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-05-28T08:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable system clock from MCU M4</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083920#M158970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Igor for the quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 10:22:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083920#M158970</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-05-28T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable system clock from MCU M4</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083921#M158971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution here,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/536002"&gt;IMX8QM-MEK Power Management difference between Linux and Android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 02:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-system-clock-from-MCU-M4/m-p/1083921#M158971</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-07-18T02:37:24Z</dc:date>
    </item>
  </channel>
</rss>

