mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ethernet:gmac: fix the bug that rtl8201F attach failed when clock input from rk SoC
This commit is contained in:
parent
c9fbe6fa51
commit
ee17c55c6d
|
|
@ -244,7 +244,7 @@ static int gmac_clk_enable(bool enable) {
|
|||
if (!IS_ERR(bsp_priv->clk_mac))
|
||||
clk_prepare_enable(bsp_priv->clk_mac);
|
||||
|
||||
|
||||
mdelay(5);
|
||||
bsp_priv->clk_enable = true;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user