Skip to content
Snippets Groups Projects
Commit 4c8b7bf4 authored by Michal Simek's avatar Michal Simek
Browse files

net: gem: Extend timeout value


Extend time for MDIO. (Because of zed board)

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a0736efb
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ struct zynq_gem_priv {
static inline int mdio_wait(struct eth_device *dev)
{
struct zynq_gem_regs *regs = (struct zynq_gem_regs *)dev->iobase;
u32 timeout = 200;
u32 timeout = 20000;
/* Wait till MDIO interface is ready to accept a new transaction. */
while (--timeout) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment