commit | 9b8b91888493d25873b835d262b89f1c4efa0df7 | [log] [tgz] |
---|---|---|
author | Martin Fuzzey <martin.fuzzey@flowbird.group> | Thu Oct 04 19:59:18 2018 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 24 14:45:37 2018 -0500 |
tree | d1d2135ebeadb6263d79ec2c5e6051979e787e0a | |
parent | 30a2c8cca80ed71384e5c1ebc4e52695c3db8fff [diff] |
net: dm: fec: Fix time unit error in phy-reset-duration The DT binding says that phy-reset-duration is in ms, but the driver currently uses udelay(). Switch to mdelay() to fix this. Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>