Skip to content

Commit 5cdaaa1

Browse files
John Linndavem330
authored andcommitted
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: Sadanand Mutyala <[email protected]> Signed-off-by: John Linn <[email protected]> Acked-by: Grant Likely <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a928852 commit 5cdaaa1

File tree

2 files changed

+336
-43
lines changed

2 files changed

+336
-43
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,7 @@ config ATL2
19631963
config XILINX_EMACLITE
19641964
tristate "Xilinx 10/100 Ethernet Lite support"
19651965
depends on PPC32 || MICROBLAZE
1966+
select PHYLIB
19661967
help
19671968
This driver supports the 10/100 Ethernet Lite from Xilinx.
19681969

0 commit comments

Comments
 (0)