From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 23 Nov 2018 11:04:47 +0530 Subject: [U-Boot] [PATCH v2] sun8i_emac: add support for setting EMAC TX/RX delay In-Reply-To: <20181122233748.25233-1-alexander.weidinger@tum.de> References: <20181115220742.2530-1-alexander.weidinger@tum.de> <20181122233748.25233-1-alexander.weidinger@tum.de> 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 Fri, Nov 23, 2018 at 5:08 AM Alexander Weidinger wrote: > > From: Icenowy Zheng > > Some boards have the EMAC TX/RX lanes wired with a different length with > the clock lane, which can be workarounded by setting a TX/RX delay in > the EMAC. > > This kind of delays are already defined in the newest device tree > binding of dwmac-sun8i, which has already entered linux-next. > > Add support for setting these delays. > > Signed-off-by: Icenowy Zheng > --- Note, that the DT patch for emac enable is already synced, check it on master. Reviewed-by: Jagan Teki Applied to u-boot-sunxi/master