aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
index 704a5e0069c0..634260e7dd3b 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
@@ -56,6 +56,8 @@ static int stmmac_probe_config_dt(struct platform_device *pdev,
56 sizeof(struct stmmac_mdio_bus_data), 56 sizeof(struct stmmac_mdio_bus_data),
57 GFP_KERNEL); 57 GFP_KERNEL);
58 58
59 plat->force_sf_dma_mode = of_property_read_bool(np, "snps,force_sf_dma_mode");
60
59 /* 61 /*
60 * Currently only the properties needed on SPEAr600 62 * Currently only the properties needed on SPEAr600
61 * are provided. All other properties should be added 63 * are provided. All other properties should be added