commit | 9c3f97a664485447e57196d85de14aeef61d078c | [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 | 6ce0dd887598f95f2dfbe118b87b7123cf772f55 [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>