net: phy: Add support for the DP83TG720S Ethernet PHY
authorOleksij Rempel <o.rempel@pengutronix.de>
Tue, 12 Dec 2023 05:41:44 +0000 (06:41 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 Dec 2023 02:01:08 +0000 (18:01 -0800)
commitcb80ee2f9bee1502e805acff64e2133e254ec240
tree24e285181d82bc6485995353c3e8c9b14e0d2763
parent0c476157085fe2ad13b9bec70ea672e86647fa1a
net: phy: Add support for the DP83TG720S Ethernet PHY

The DP83TG720S-Q1 device is an IEEE 802.3bp and Open Alliance compliant
automotive Ethernet physical layer transceiver.

This driver was tested with i.MX8MP EQOS (stmmac) on the MAC side and
same TI PHY on other side.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://lore.kernel.org/r/20231212054144.87527-3-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/dp83tg720.c [new file with mode: 0644]