Skip to content
Snippets Groups Projects
Commit 5cdaaa12 authored by John Linn's avatar John Linn Committed by David S. Miller
Browse files

net: emaclite: adding MDIO and phy lib support


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 device
tree as illustrated below.

mdio {
	#address-cells = <1>;
	#size-cells = <0>;
	phy0: phy@7 {
		compatible = "marvell,88e1111";
		reg = <7>;
	} ;
}

Signed-off-by: default avatarSadanand Mutyala <Sadanand.Mutyala@xilinx.com>
Signed-off-by: default avatarJohn Linn <john.linn@xilinx.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a9288525
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment