]> git.baikalelectronics.ru Git - uboot.git/commit
net: ksz9477: add port_probe function to config phy
authorTim Harvey <tharvey@gateworks.com>
Tue, 7 Feb 2023 23:37:18 +0000 (15:37 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 5 May 2023 17:41:55 +0000 (13:41 -0400)
commit865d1cc7c19d8108ee17ef349d5b717705f12fee
treed3e44cea90b4f6c2e6a1463670d22e47293ac61e
parent9ec2fd4a119e025c04e710400b2f089f4ec7c29a
net: ksz9477: add port_probe function to config phy

Add a port_probe function to configure the phy. This leads to
earlier link negotiation so the port is more likely to be ready
when used.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/ksz9477.c