]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 23 Mar 2022 03:32:55 +0000 (20:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Mar 2022 00:48:02 +0000 (17:48 -0700)
commit7d45069ff5bbb3c7415966a6d95b22a3d42ea498
tree3fa7e395a1edf08a05623956770a444c5a2351b7
parentc5799f023b623db9adba20adb9c5cd4443d23bf4
net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume

When the Qualcomm ethqos driver is properly described in its associated
GDSC power-domain, the hardware will be powered down and loose its state
between qcom_ethqos_probe() and stmmac_init_dma_engine().

The result of this is that the functional clock from the RGMII IO macro
is no longer provides and the DMA software reset in dwmac4_dma_reset()
will time out, due to lacking clock signal.

Re-enable the functional clock, as part of the Qualcomm specific clock
enablement sequence to avoid this problem.

The final clock configuration will be adjusted by ethqos_fix_mac_speed()
once the link is being brought up.

Fixes: 9a87948aa144 ("net: stmmac: Add driver for Qualcomm ethqos")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Tested-and-reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20220323033255.2282930-1-bjorn.andersson@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c