On Mon, 2007-05-21 at 13:46 +0100, Hammond Christian-r55079 wrote:
Thanks,
=20
Regarding the PHY set-up in the dts once the patch has been applied, =
how
should it be implemented?
=20
I had edited from...
=20
phy1: ethernet-phy@01 {
reg =3D <0>;
device_type =3D "ethernet-phy";
interface =3D <6>;
};=20
=20
To...
=20
phy1: fixed-phy@64 {
reg =3D <d#100>;
device_type =3D "ethernet-phy";
interface =3D <6>;
};
=20
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