<?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: imx6ul external ethernet clock in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587793#M88883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check&amp;nbsp; linux/arch/arm/mach-imx/mach-imx6ul.c&lt;BR /&gt;function imx6ul_enet_clk_init()&lt;BR /&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-imx/mach-imx6ul.c?id=rel_imx_4.1.15_1.2.0_ga"&gt;http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-imx/mach-imx6ul.c?id=rel_imx_4.1.15_1.2.0_ga&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>Sun, 04 Sep 2016 23:24:28 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-09-04T23:24:28Z</dc:date>
    <item>
      <title>imx6ul external ethernet clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587792#M88882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our custom board has a KSZ8081RNA with connected crystal. REF_CLK from the PHY outputs the clock signal which is used as input on the imx6ul. Thus, the clock direction is the opposite as on the development board.&lt;/P&gt;&lt;P&gt;On the imx6ul, pin enet1_tx_clk should behave as an input and not as an output.&lt;/P&gt;&lt;P&gt;In u-boot it was fairly simple to get this setup working: do not call function setup_fec.&lt;/P&gt;&lt;P&gt;But how do I manage this in linux? via the dts?&lt;/P&gt;&lt;P&gt;I'm using a 4.4 mainline kernel, but this problem makes no difference compared to the nxp fork.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 12:28:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587792#M88882</guid>
      <dc:creator>wimdewitte</dc:creator>
      <dc:date>2016-09-02T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ul external ethernet clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587793#M88883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check&amp;nbsp; linux/arch/arm/mach-imx/mach-imx6ul.c&lt;BR /&gt;function imx6ul_enet_clk_init()&lt;BR /&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-imx/mach-imx6ul.c?id=rel_imx_4.1.15_1.2.0_ga"&gt;http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-imx/mach-imx6ul.c?id=rel_imx_4.1.15_1.2.0_ga&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>Sun, 04 Sep 2016 23:24:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587793#M88883</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-04T23:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ul external ethernet clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587794#M88884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear igor,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We do have a similar setup, &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="color: #51626f;"&gt;REF_CLK from the PHY outputs the clock signal which is used as input on the imx6ul. Crystal Osc is used as input to the PHY. We did the similar change as above like in U-boot&amp;nbsp;did not call function setup_fec and in linux we didn't call&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;function imx6ul_enet_clk_init(). But even though, we were not able to ping.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You are suggestion is really helpful for us.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;Ranjith&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 05:07:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ul-external-ethernet-clock/m-p/587794#M88884</guid>
      <dc:creator>ranjithhebbar</dc:creator>
      <dc:date>2018-05-31T05:07:12Z</dc:date>
    </item>
  </channel>
</rss>

