diff options
-rw-r--r-- | drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c index 32d785b616e1..28500417843e 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | |||
@@ -4803,6 +4803,7 @@ static int mvpp2_port_probe(struct platform_device *pdev, | |||
4803 | dev->min_mtu = ETH_MIN_MTU; | 4803 | dev->min_mtu = ETH_MIN_MTU; |
4804 | /* 9704 == 9728 - 20 and rounding to 8 */ | 4804 | /* 9704 == 9728 - 20 and rounding to 8 */ |
4805 | dev->max_mtu = MVPP2_BM_JUMBO_PKT_SIZE; | 4805 | dev->max_mtu = MVPP2_BM_JUMBO_PKT_SIZE; |
4806 | dev->dev.of_node = port_node; | ||
4806 | 4807 | ||
4807 | /* Phylink isn't used w/ ACPI as of now */ | 4808 | /* Phylink isn't used w/ ACPI as of now */ |
4808 | if (port_node) { | 4809 | if (port_node) { |