]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: gem: Reduce timeout of mdio phy idle status check
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Mon, 11 Oct 2021 11:45:42 +0000 (05:45 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Dec 2021 12:32:48 +0000 (13:32 +0100)
commitfc0f28d7ff0289c93114a538f28e57a1fa2dfa12
treef67cf04e5e095232dde8e681a00c5f98b04b696b
parent7b96f287ac78042db48469e6417077ee7649eba6
net: gem: Reduce timeout of mdio phy idle status check

Timeout for checking mdio phy idle status is 20seconds. In case of errors
this timeout will be too much. Reduce it to 100ms.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
drivers/net/zynq_gem.c