]> git.baikalelectronics.ru Git - uboot.git/commit
phy: add driver for Intel XWAY PHY
authorTim Harvey <tharvey@gateworks.com>
Thu, 17 Nov 2022 21:27:09 +0000 (13:27 -0800)
committerTom Rini <trini@konsulko.com>
Mon, 28 Nov 2022 18:06:40 +0000 (13:06 -0500)
commitc432c15344a6413c935ecb1641f15377ee9dcca7
treeef486924750d138effb1ecd24081cb6bf28820d4
parent3b7bafb7b8e42b60bc7c898659dc4a4466b131fd
phy: add driver for Intel XWAY PHY

Add a driver for the Intel XWAY GbE PHY:
 - configure RGMII using dt phy-mode and standard delay properties
 - use genphy_config

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/intel_xway.c [new file with mode: 0644]
drivers/net/phy/phy.c
include/phy.h