[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5717C45F.30205@gmail.com>
Date: Wed, 20 Apr 2016 11:03:11 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: Amr Bekhit <amrbekhit@...il.com>
Cc: netdev@...r.kernel.org, andrew@...n.ch
Subject: Re: Davicom DM9162 PHY supported in the kernel?
Hi,
On 20/04/16 08:21, Amr Bekhit wrote:
> Hello,
>
> I'm using an embedded Linux board based on an AT91SAM9X25 that uses the
> Davicom DM9162IEP PHY chip. I'm struggling to get packets out on the
> wire and I'm suspecting that I might have an issue between the AT91 MAC
> and the PHY chip. I've looked through the kernel config options and the
> kernel already has compiled-in support for the Davicom PHYs, however I
> noticed that according to the help text, only the dm9161e and dm9131
> chips are supported, which may indicate why my ethernet isn't working. I
> was wondering whether the DM9162 is backwards compatible with the
> existing driver? I'm currently using the mainline kernel 4.3. (p.s. I
> know the hardware works fine since I have no problem transferring files
> using tftp via u-boot).
Well, u-boot is a very simplistic networking stack, there could be tons
of issues that get under the radar because it cannot report them
properly, but let's assume it works so you have something to compare
against.
The DM9162 should be very similar to the DM9161, so the first thing
might be trying to add the PHY ID (32-bits OUI) to the matching table in
drivers/net/phy/davicom.c, and make it configure the PHY through
dm9161_config_init() since that looks at the PHY interface (MII, RMII
etc.) and does a bit of configuration here.
Right now, chances are that you are running with the Generic PHY driver
which has no clue about Davicom specific programming (if any). There
could also be board-level fixups required (adjusting trace lengths, if
you are using a RGMII interface for instance), etc.
--
Florian
Powered by blists - more mailing lists