commit | 89943052e465a1883441d4a58f8e9528eaeaf744 | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Tue Aug 08 18:05:16 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 05 16:11:37 2023 -0500 |
tree | 9a83792a9950a9c39c62ae2899bffb7ba479b5ef | |
parent | 1aecba9c1b77e83fe589797d12d4dbbd14a8a3c8 [diff] |
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>