]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: realtek: don't duplicate genphy_startup
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Tue, 28 Mar 2023 21:21:08 +0000 (23:21 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 5 May 2023 21:48:44 +0000 (17:48 -0400)
commit0b99afec9c8bb49fd2c28b35f36546b135b52b13
tree3a0872e3e3425a1e3fc3d3cbe7e330264be358d7
parent8c0ed61390533410fef275c2bc86acc5ac35fa4b
phy: realtek: don't duplicate genphy_startup

rtl8211e_startup() is an exact copy of genphy_startup(). Use that
instead of duplicating it.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
drivers/net/phy/realtek.c