Re: [uClinux-dev] [PATCH] m68knommu: Add quirk and force fec to use RMII mode for m5441x.

2012-05-31 Thread Greg Ungerer
Hi Steven, On 31/05/12 20:23, Steven King wrote: On Thursday 24 May 2012 11:05:31 pm Greg Ungerer wrote: +#ifdef CONFIG_M5441x +#define FEC_NAME "enet-fec" So I see that the iMX guys have used a device type prefix here for the fec name. Does it make any sense to use something like that

Re: [uClinux-dev] [PATCH] m68knommu: Add quirk and force fec to use RMII mode for m5441x.

2012-05-31 Thread Steven King
On Thursday 24 May 2012 11:05:31 pm Greg Ungerer wrote: > > +#ifdef CONFIG_M5441x > > +#define FEC_NAME "enet-fec" > > So I see that the iMX guys have used a device type prefix here for > the fec name. Does it make any sense to use something like that > for the 5441x as well? So "5441x-fec"? O

Re: [uClinux-dev] [PATCH] m68knommu: Add quirk and force fec to use RMII mode for m5441x.

2012-05-24 Thread Greg Ungerer
Hi Steven, On 24/05/12 07:52, Steven King wrote: The m5441x enet-fec aren't quite the same as the fec found on other Coldfire parts, so we need a quirk to help the fec do the right thing and on the twr-mcf5441x atleast, we need to force the phy into RMII mode. Signed-off-by: Steven King ---

[uClinux-dev] [PATCH] m68knommu: Add quirk and force fec to use RMII mode for m5441x.

2012-05-23 Thread Steven King
The m5441x enet-fec aren't quite the same as the fec found on other Coldfire parts, so we need a quirk to help the fec do the right thing and on the twr-mcf5441x atleast, we need to force the phy into RMII mode. Signed-off-by: Steven King --- arch/m68k/platform/coldfire/device.c | 19 ++