[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240709162007.30160-22-sashal@kernel.org>
Date: Tue, 9 Jul 2024 12:19:02 -0400
From: Sasha Levin <sashal@...nel.org>
To: linux-kernel@...r.kernel.org,
stable@...r.kernel.org
Cc: Aryan Srivastava <aryan.srivastava@...iedtelesis.co.nz>,
"David S . Miller" <davem@...emloft.net>,
Sasha Levin <sashal@...nel.org>,
marcin.s.wojtas@...il.com,
linux@...linux.org.uk,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
netdev@...r.kernel.org
Subject: [PATCH AUTOSEL 6.9 22/40] net: mvpp2: fill-in dev_port attribute
From: Aryan Srivastava <aryan.srivastava@...iedtelesis.co.nz>
[ Upstream commit 00418d5530ca1f42d8721fe0a3e73d1ae477c223 ]
Fill this in so user-space can identify multiple ports on the same CP
unit.
Signed-off-by: Aryan Srivastava <aryan.srivastava@...iedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@...emloft.net>
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
index cebc79a710ec2..6340e5e61a7da 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
@@ -6906,6 +6906,7 @@ static int mvpp2_port_probe(struct platform_device *pdev,
/* 9704 == 9728 - 20 and rounding to 8 */
dev->max_mtu = MVPP2_BM_JUMBO_PKT_SIZE;
device_set_node(&dev->dev, port_fwnode);
+ dev->dev_port = port->id;
port->pcs_gmac.ops = &mvpp2_phylink_gmac_pcs_ops;
port->pcs_gmac.neg_mode = true;
--
2.43.0
Powered by blists - more mailing lists