Hi,<br><br>I am trying to disable eTSEC2 in mpc8377erdb freescale board. I had removed the entry corresponding to enet2 from the dts file and updated the firmware to use the new dtb file. Now when I boot the board I can still see the eth1 entry in the ifconfig -a output. Is there something that I am missing. Please advice.<br>
<br>Old dts: contains 2 entries enet0 and enet1<b><br><br></b>    enet0: ethernet@24000 {<br>      cell-index = <0>;<br>      device_type = "network";<br>      model = "eTSEC";<br>      compatible = "gianfar";<br>
      reg = <0x24000 0x1000>;<br>      local-mac-address = [ 00 00 00 00 00 00 ];<br>      interrupts = <32 0x8 33 0x8 34 0x8>;<br>      phy-connection-type = "mii";<br>      interrupt-parent = <&ipic>;<br>
      phy-handle = <&phy2>;<br>      sleep = <0xb00 0xc0000000>;<br>      fsl,magic-packet;<br>    };  <br><br>    enet1: ethernet@25000 {<br>      cell-index = <1>;<br>      device_type = "network";<br>
      model = "eTSEC";<br>      compatible = "gianfar";<br>      reg = <0x25000 0x1000>;<br>      local-mac-address = [ 00 00 00 00 00 00 ];<br>      interrupts = <35 0x8 36 0x8 37 0x8>;<br>
      phy-connection-type = "mii";<br>      interrupt-parent = <&ipic>;<br>      fixed-link = <1 1 1000 0 0>; <br>      sleep = <0xb00 0x30000000>;<br>      fsl,magic-packet;<br>    };  <br>
<br><br>New dts: single enet entry<br><b><br>
</b>    enet0: ethernet@24000 {<br>
      cell-index = <0>;<br>
      device_type = "network";<br>
      model = "eTSEC";<br>
      compatible = "gianfar";<br>
      reg = <0x24000 0x1000>;<br>
      local-mac-address = [ 00 00 00 00 00 00 ];<br>
      interrupts = <32 0x8 33 0x8 34 0x8>;<br>
      phy-connection-type = "mii";<br>
      interrupt-parent = <&ipic>;<br>
      phy-handle = <&phy2>;<br>
      sleep = <0xb00 0xc0000000>;<br>
      fsl,magic-packet;<br>
    };  <br>
<br>Thanks in advance<br>Ravi Gupta<br><br>