net: phy: add driver for Motorcomm yt8511 phy
authorPeter Geis <pgwipeout@gmail.com>
Thu, 20 May 2021 16:32:30 +0000 (12:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 20:19:11 +0000 (13:19 -0700)
commit48e8c6f1612b3d2dccaea2285231def830cc5b8e
tree3bd48860be2296c4c6805c78a014609cc81f0360
parentd0d62baa7f505bd4c59cd169692ff07ec49dde37
net: phy: add driver for Motorcomm yt8511 phy

Add a driver for the Motorcomm yt8511 phy that will be used in the
production Pine64 rk3566-quartz64 development board.
It supports gigabit transfer speeds, rgmii, and 125mhz clk output.

Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/motorcomm.c [new file with mode: 0644]