Skip to content
Commit 54aa39a5 authored by Andrey Konovalov's avatar Andrey Konovalov Committed by David S. Miller
Browse files

net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC



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: default avatarAndrey Konovalov <andrey.konovalov@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a6efc42a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment