<?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: fixed phy in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276907#M31060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please see the thread I discussed before and see any help for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://bugs.launchpad.net/linux-linaro/+bug/655641" style="font-size: 10pt; line-height: 1.5em;" title="https://bugs.launchpad.net/linux-linaro/+bug/655641"&gt;Bug #655641 “mii_bus fails to register on imx51” : Bugs : Linaro Linux&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 13:02:48 GMT</pubDate>
    <dc:creator>JasonLiu</dc:creator>
    <dc:date>2013-03-01T13:02:48Z</dc:date>
    <item>
      <title>fixed phy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276906#M31059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an IMX53 board (own design) connected to a marvell switch through RMII, It has no SMI/MDIO bus. (The marvell switch functions well without configuring)&lt;/P&gt;&lt;P&gt;But I don't seem to manage to get it working in the kernel (2.6.35 from freescale BSP). I found out that there exists a "fixed phy" driver for these purposes, but when I enable it, I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Fixed MDIO initialized!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FEC Ethernet Driver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;------------[ cut here ]------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;WARNING: at fs/sysfs/dir.c:451 sysfs_add_one+0x64/0x84()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sysfs: cannot create duplicate filename '/class/mdio_bus/0'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Modules linked in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;And things don't work. Somebody has an Idea on how to fix this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;I already tried to replace the name "0" in fixed.c to "fixed-0" and then it goes further, but no eth0 found later on...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 13:13:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276906#M31059</guid>
      <dc:creator>woutervh</dc:creator>
      <dc:date>2013-02-27T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: fixed phy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276907#M31060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please see the thread I discussed before and see any help for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://bugs.launchpad.net/linux-linaro/+bug/655641" style="font-size: 10pt; line-height: 1.5em;" title="https://bugs.launchpad.net/linux-linaro/+bug/655641"&gt;Bug #655641 “mii_bus fails to register on imx51” : Bugs : Linaro Linux&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 13:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276907#M31060</guid>
      <dc:creator>JasonLiu</dc:creator>
      <dc:date>2013-03-01T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: fixed phy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276908#M31061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;The fix was: change the id of the fixed bus to "fixed-0", and then add a phy to this fixed-0 bus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 16:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276908#M31061</guid>
      <dc:creator>woutervh</dc:creator>
      <dc:date>2013-03-04T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: fixed phy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276909#M31062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have similar problem. &lt;/P&gt;&lt;P&gt;How to add a phy to this fixed-0 bus?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toxic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 16:31:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fixed-phy/m-p/276909#M31062</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-10-11T16:31:21Z</dc:date>
    </item>
  </channel>
</rss>

