net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
[ Upstream commit 54aa39a5 ] Currently in phy_init_eee() the driver unconditionally configures the PHY to stop RX_CLK after entering Rx LPI state. This causes an LPI interrupt storm on my qcs404-base board. Change the PHY initialization so that for "qcom,qcs404-ethqos" compatible device RX_CLK continues to run even in Rx LPI state. Signed-off-by:Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Showing
- drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c 2 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 2 additions, 1 deletiondrivers/net/ethernet/stmicro/stmmac/stmmac_main.c
- include/linux/stmmac.h 1 addition, 0 deletionsinclude/linux/stmmac.h
Loading
Please register or sign in to comment