Fixed PHY problems

Segher Boessenkool segher at kernel.crashing.org
Sat May 12 01:37:50 EST 2007


>> 			phy3: ethernet-phy at 03 {

>> 			phy4: ethernet-phy at 04 {

@3 resp. @4 is more in line with existing practice.

> phy1: fixed-phy at 01 {
> 	reg = <100 1>; /*100Mps, full duplex*/

The first entry in "reg" has to correspond to the
unit address (@01 in this case -- again, should be
@1 instead).

Never overload the meaning of well-known properties,
esp. not if it conflicts with the existing semantics,
like here.


Segher




More information about the Linuxppc-dev mailing list