]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: mv88e6xxx: add Clause 45 support
authorRobert Marko <robert.marko@sartura.hr>
Tue, 8 Aug 2023 16:05:16 +0000 (18:05 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 5 Nov 2023 21:11:37 +0000 (16:11 -0500)
commit89943052e465a1883441d4a58f8e9528eaeaf744
tree9a83792a9950a9c39c62ae2899bffb7ba479b5ef
parent1aecba9c1b77e83fe589797d12d4dbbd14a8a3c8
net: mv88e6xxx: add Clause 45 support

Marvell LinkStreet switches support Clause 45 MDIO on the internal bus.

C45 read or writes require the register address to be written first to
the SMI PHY Data register, and then a special C45 Write Address Register
OP is used on the SMI PHY Register before making a C45 Read Data Register
OP and being able to actually read the register.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
drivers/net/mv88e6xxx.c