<?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: How to disable the fec2 from the devicetree in imx6ulevk in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645704#M98549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the above issue. Actually the MDIO and MDC line of both the FEC's are same. So, when I was making the status of FEC2 as disabled, the pin muxing of MDIO and MDC was not happening. To solve this issue, i added these two lines in the enet1grp:&lt;/P&gt;&lt;P&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO07__ENET1_MDC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b0&lt;BR /&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO06__ENET1_MDIO&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 14:07:41 GMT</pubDate>
    <dc:creator>sourabhdas</dc:creator>
    <dc:date>2016-09-27T14:07:41Z</dc:date>
    <item>
      <title>How to disable the fec2 from the devicetree in imx6ulevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645703#M98548</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 am using imx6ul-evk board, which has two ethernet ports. In our custom board, we will be having only one ethernet. So, I tried to disable the fec2 in the detree, by making status="disabled" in its entry.&lt;/P&gt;&lt;P&gt;I was getting the error on booting:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuring network interfaces... ifconfig: SIOCSIFFLAGS: No such device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also the eth0 or eth1 interface was not comming on doing ifconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I tried by removing the fec2 entry from the board devicetree file, and creating a mdio entry in fec1. This time on booting, I was getting:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:02, irq=-1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting eth0 interface on doing ifconfig, but I am not able to ping ip of my pc.&lt;/P&gt;&lt;P&gt;Please suggest me something on this, on how to disable the fec2 from devicetree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645703#M98548</guid>
      <dc:creator>sourabhdas</dc:creator>
      <dc:date>2016-09-23T14:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable the fec2 from the devicetree in imx6ulevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645704#M98549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the above issue. Actually the MDIO and MDC line of both the FEC's are same. So, when I was making the status of FEC2 as disabled, the pin muxing of MDIO and MDC was not happening. To solve this issue, i added these two lines in the enet1grp:&lt;/P&gt;&lt;P&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO07__ENET1_MDC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b0&lt;BR /&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO06__ENET1_MDIO&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645704#M98549</guid>
      <dc:creator>sourabhdas</dc:creator>
      <dc:date>2016-09-27T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable the fec2 from the devicetree in imx6ulevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645705#M98550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourahb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing your solution with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 21:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645705#M98550</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-09-27T21:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable the fec2 from the devicetree in imx6ulevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645706#M98551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourahb,&lt;/P&gt;&lt;P&gt;I know that is an old post, but now I've the same problem. I need to disable fec2.&lt;/P&gt;&lt;P&gt;Did you only added the MDIO and MDC lines in enet1grp? did you also move MDIO from fec2 to fec1?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:51:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-the-fec2-from-the-devicetree-in-imx6ulevk/m-p/645706#M98551</guid>
      <dc:creator>Serpico</dc:creator>
      <dc:date>2018-08-06T13:51:52Z</dc:date>
    </item>
  </channel>
</rss>

