From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 22 Oct 2018 20:53:00 +0000 Subject: [U-Boot] [PATCH 1/4] net: dm: fec: Fix time unit error in phy-reset-duration In-Reply-To: <1538675965-4495-2-git-send-email-martin.fuzzey@flowbird.group> References: <1538675965-4495-1-git-send-email-martin.fuzzey@flowbird.group> <1538675965-4495-2-git-send-email-martin.fuzzey@flowbird.group> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 4, 2018 at 1:02 PM Martin Fuzzey wrote: > > 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 Acked-by: Joe Hershberger