<?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: 25MHz clock from i.MX 6 GPIO16 stops during Linux kernel boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456348#M71228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you getting some kind of problem because of this?&lt;/P&gt;&lt;P&gt;What you mentioned seems to be related to this patch, but not su sure yet.&lt;/P&gt;&lt;P&gt;&lt;A href="http://permalink.gmane.org/gmane.linux.network/369261" title="http://permalink.gmane.org/gmane.linux.network/369261"&gt;[PATCH v5] net: fec: Ensure clocks are enabled while using mdio bus&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 21:11:18 GMT</pubDate>
    <dc:creator>alejandrolozan1</dc:creator>
    <dc:date>2015-11-10T21:11:18Z</dc:date>
    <item>
      <title>25MHz clock from i.MX 6 GPIO16 stops during Linux kernel boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456346#M71226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a 25MHz clock generated by i.MX6 for my ethernet PHY. The clock output is enabled in u-boot which works just fine. But during the startup of the Linux kernel, this clock "disappears" for some seconds and when startup is almost finished, it recovers.&lt;/P&gt;&lt;P&gt;I think the clock is restarted in imx6q_clocks_init (clk-imx6q.c) but I cannot find where and why it is stopped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me a hint, where my clock might get disabled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I couldn't manage to set up a working debugging solution for the kernel yet - apparently my J-Link does not like the i.MX6, but this is a different story.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:54:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456346#M71226</guid>
      <dc:creator>mahi</dc:creator>
      <dc:date>2015-11-04T08:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: 25MHz clock from i.MX 6 GPIO16 stops during Linux kernel boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456347#M71227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found where the clock is stopped... &lt;SPAN style="font-family: courier new,courier;"&gt;fec_probe&lt;/SPAN&gt; (in fec_main.c) calls &lt;SPAN style="font-family: courier new,courier;"&gt;fec_enet_clk_enable(ndev, false);&lt;/SPAN&gt; to disable the clocks.&lt;/P&gt;&lt;P&gt;But I still can't figure out why this is done...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 11:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456347#M71227</guid>
      <dc:creator>mahi</dc:creator>
      <dc:date>2015-11-06T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: 25MHz clock from i.MX 6 GPIO16 stops during Linux kernel boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456348#M71228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you getting some kind of problem because of this?&lt;/P&gt;&lt;P&gt;What you mentioned seems to be related to this patch, but not su sure yet.&lt;/P&gt;&lt;P&gt;&lt;A href="http://permalink.gmane.org/gmane.linux.network/369261" title="http://permalink.gmane.org/gmane.linux.network/369261"&gt;[PATCH v5] net: fec: Ensure clocks are enabled while using mdio bus&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 21:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456348#M71228</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-11-10T21:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: 25MHz clock from i.MX 6 GPIO16 stops during Linux kernel boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456349#M71229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually this is not a problem.&lt;/P&gt;&lt;P&gt;I suspected the missing clock to be the reason why the KSZ9031 on my board was not found. In the end the real reason was the power supply of the PHY being disabled due to a missing entry in the device tree...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt; Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/25MHz-clock-from-i-MX-6-GPIO16-stops-during-Linux-kernel-boot/m-p/456349#M71229</guid>
      <dc:creator>mahi</dc:creator>
      <dc:date>2015-11-11T12:24:09Z</dc:date>
    </item>
  </channel>
</rss>

