[openwrt/openwrt] kernel: fix DSA B53 BCM63xx RGMII patch
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 23 04:25:42 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f7c1631155d2ba1a0962bc1cc603c40180b4e9a2
commit f7c1631155d2ba1a0962bc1cc603c40180b4e9a2
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Mar 23 12:20:31 2023 +0100
kernel: fix DSA B53 BCM63xx RGMII patch
Refreshing the patches for fff07085fb5a moved the b53_adjust_63xx_rgmii() call
from b53_phylink_mac_link_up() to b53_phylink_mac_link_down().
In order to properly configure the RGMII ports we need to restore it to its
correct place.
Fixes: fff07085fb5a ("kernel: add pending bmips patches")
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
.../pending-5.15/772-net-dsa-b53-add-support-for-BCM63xx-RGMIIs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/generic/pending-5.15/772-net-dsa-b53-add-support-for-BCM63xx-RGMIIs.patch b/target/linux/generic/pending-5.15/772-net-dsa-b53-add-support-for-BCM63xx-RGMIIs.patch
index 9e130e47d2..ca963d1260 100644
--- a/target/linux/generic/pending-5.15/772-net-dsa-b53-add-support-for-BCM63xx-RGMIIs.patch
+++ b/target/linux/generic/pending-5.15/772-net-dsa-b53-add-support-for-BCM63xx-RGMIIs.patch
@@ -152,7 +152,7 @@ Reviewed-by: Andrew Lunn <andrew at lunn.ch>
if (is531x5(dev) && phy_interface_is_rgmii(phydev)) {
if (port == dev->imp_port)
off = B53_RGMII_CTRL_IMP;
-@@ -1396,6 +1439,9 @@ void b53_phylink_mac_link_down(struct ds
+@@ -1419,6 +1462,9 @@ void b53_phylink_mac_link_up(struct dsa_
{
struct b53_device *dev = ds->priv;
More information about the lede-commits
mailing list