From: Grant Likely <redacted>
Date: Thu, 11 Feb 2010 15:40:24 -0700
On Thu, Feb 11, 2010 at 3:12 PM, John Linn [off-list ref] wro=
te:
quoted
These changes add MDIO and phy lib support to the driver as the
IP core now supports the MDIO bus.
The MDIO bus and phy are added as a child to the emaclite in the dev=
ice
quoted
tree as illustrated below.
mdio {
=A0 =A0 =A0 =A0#address-cells =3D <1>;
=A0 =A0 =A0 =A0#size-cells =3D <0>;
=A0 =A0 =A0 =A0phy0: phy@7 {
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0compatible =3D "marvell,88e1111";
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0reg =3D <7>;
=A0 =A0 =A0 =A0} ;
}
Signed-off-by: Sadanand Mutyala <redacted>
Signed-off-by: John Linn <redacted>
=
Acked-by: Grant Likely <redacted>
Applied.