mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ethernet:gmac: fix the bug that rtl8201F attach failed when clock input from rk SoC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user