1
1

microchipsw: use upstreamed QSGMII soft reset patch

It was merged into the net tree, so use the upstreamed version.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
Robert Marko 2026-05-05 13:10:10 +02:00 committed by Robert Marko
parent e65001e3e7
commit 337c93a1cb

View File

@ -1,7 +1,7 @@
From f9184cc6c809bc1de331fa1bece2797f54167985 Mon Sep 17 00:00:00 2001
From e027c218c482c6a0ae1948129ccda3b0a2033368 Mon Sep 17 00:00:00 2001
From: Robert Marko <robert.marko@sartura.hr>
Date: Tue, 28 Apr 2026 15:09:36 +0200
Subject: [PATCH net] net: phy: micrel: fix LAN8814 QSGMII soft reset
Date: Tue, 28 Apr 2026 15:41:01 +0200
Subject: [PATCH] net: phy: micrel: fix LAN8814 QSGMII soft reset
LAN8814 QSGMII soft reset was moved into the probe function to avoid
triggering it for each of 4 PHY-s in the package.
@ -19,6 +19,8 @@ setup.
Fixes: 96a9178a29a6 ("net: phy: micrel: lan8814 fix reset of the QSGMII interface")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Link: https://patch.msgid.link/20260428134138.1741253-1-robert.marko@sartura.hr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
drivers/net/phy/micrel.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)