kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
.. .. @@ -505,6 +505,8 @@ 505 505 plat_dat->has_gmac4 = 1; 506 506 plat_dat->pmt = 1; 507 507 plat_dat->tso_en = of_property_read_bool(np, "snps,tso"); 508 + if (of_device_is_compatible(np, "qcom,qcs404-ethqos"))509 + plat_dat->rx_clk_runs_in_lpi = 1;508 510 509 511 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); 510 512 if (ret)