Fixed PHY problems

Joakim Tjernlund joakim.tjernlund at transmode.se
Tue May 22 23:23:13 EST 2007


On Mon, 2007-05-21 at 13:46 +0100, Hammond Christian-r55079 wrote:
> Thanks,
> 
> Regarding the PHY set-up in the dts once the patch has been applied, how
> should it be implemented?
> 
> I had edited from...
> 
> phy1:	ethernet-phy at 01 {
> 		reg = <0>;
> 		device_type = "ethernet-phy";
> 		interface = <6>;
> 	}; 
> 
> To...
> 
> phy1:	fixed-phy at 64 {
> 		reg = <d#100>;
> 		device_type = "ethernet-phy";
> 		interface = <6>;
> 	};
> 
> When bringing up the fixed phy in ifconfig I get the following recurring
> dump and prompt access is lost. Should this implementation not just
> ignore the phy set-up?

Yes, but some bits are missing and I don't know OF/PHY lib/MDIO well
enough to make out what to do.

  Jocke





More information about the Linuxppc-dev mailing list