]> www.infradead.org Git - linux.git/commitdiff
net: mvpp2: fill-in dev_port attribute
authorAryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
Thu, 20 Jun 2024 04:12:02 +0000 (16:12 +1200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jun 2024 10:25:39 +0000 (11:25 +0100)
Fill this in so user-space can identify multiple ports on the same CP
unit.

Signed-off-by: Aryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c

index 671368d2c77e6aa3dee5f012d701861fb593871d..9adf4301c9b1d7ab3b2ffe8cc6cd36ce7d414afb 100644 (file)
@@ -6907,6 +6907,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;