We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f4570 commit 63868e4Copy full SHA for 63868e4
drivers/mdio/mdio_nxp_enet.c
@@ -216,7 +216,6 @@ static int nxp_enet_mdio_init(const struct device *dev)
216
217
data->base = (ENET_Type *)DEVICE_MMIO_GET(config->module_dev);
218
219
- k_busy_wait(100000);
220
ret = pinctrl_apply_state(config->pincfg, PINCTRL_STATE_DEFAULT);
221
if (ret) {
222
return ret;
0 commit comments