]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'phy-mscc-fix-ptp-for-vsc8574-and-vsc8572'
authorJakub Kicinski <kuba@kernel.org>
Tue, 28 Oct 2025 00:58:05 +0000 (17:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 28 Oct 2025 00:58:05 +0000 (17:58 -0700)
Horatiu Vultur says:

====================
phy: mscc: Fix PTP for VSC8574 and VSC8572

The first patch will update the PHYs VSC8584, VSC8582, VSC8575 and VSC856X
to use PHY_ID_MATCH_EXACT because only rev B exists for these PHYs.
But for the PHYs VSC8574 and VSC8572 exists rev A, B, C, D and E.
This is just a preparation for the second patch to allow the VSC8574 and
VSC8572 to use the function vsc8584_probe().

We want to use vsc8584_probe() for VSC8574 and VSC8572 because this
function does the correct PTP initialization. This change is in the second
patch.
====================

Link: https://patch.msgid.link/20251023191350.190940-1-horatiu.vultur@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge