MPC834x TSECs/Gianfar w/o MDIO accessible PHYs
Dan Malek
dan at embeddedalley.com
Wed Oct 25 00:14:44 EST 2006
On Oct 24, 2006, at 5:16 AM, KRONSTORFER Horst wrote:
> i therefore 'simply' removed the mdio bus and phy support and tested
> with ping over tsec0.
My experience with similar designs is you can't just
remove the knowledge of the phy from the driver. You
have to "fake" some kind of phy that causes the driver
to initialize the tsec properly.
With more people using this kind of design, it would
be nice if we could extend the phy support to more
generally allow this. For now, you will have to make
some code modifications that basically result in the
phy functions "finding" a phy and properly initializing
the data structure information to match the connection
between the tsec and the switch.
Thanks.
-- Dan
More information about the Linuxppc-embedded
mailing list