Skip to content

Commit

Permalink
net: phy: dp83869: Add TI dp83869 phy
Browse files Browse the repository at this point in the history
Add support for the TI DP83869 Gigabit ethernet phy
device.

The DP83869 is a robust, low power, fully featured
Physical Layer transceiver with integrated PMD
sublayers to support 10BASE-T, 100BASE-TX and
1000BASE-T Ethernet protocols.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dan Murphy authored and David S. Miller committed Nov 15, 2019
1 parent 4d66c56 commit 01db923
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ config DP83867_PHY
---help---
Currently supports the DP83867 PHY.

config DP83869_PHY
tristate "Texas Instruments DP83869 Gigabit PHY"
---help---
Currently supports the DP83869 PHY. This PHY supports copper and
fiber connections.

config FIXED_PHY
tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
depends on PHYLIB
Expand Down
1 change: 1 addition & 0 deletions drivers/net/phy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ obj-$(CONFIG_DP83822_PHY) += dp83822.o
obj-$(CONFIG_DP83TC811_PHY) += dp83tc811.o
obj-$(CONFIG_DP83848_PHY) += dp83848.o
obj-$(CONFIG_DP83867_PHY) += dp83867.o
obj-$(CONFIG_DP83869_PHY) += dp83869.o
obj-$(CONFIG_FIXED_PHY) += fixed_phy.o
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o
Expand Down
Loading

0 comments on commit 01db923

Please sign in to comment.