Re: [U-Boot] [PATCH v2] sun8i_emac: add support for setting EMAC TX/RX delay

2018-11-23 Thread Alexander Weidinger
On 23.11.18 06:34, Jagan Teki wrote: > Note, that the DT patch for emac enable is already synced, check it on master. Saw it while updating the patch with the requested change. I made a note about this in the change description and only send one patch in the v2 version of this series. I'm a first

Re: [U-Boot] [PATCH v2] sun8i_emac: add support for setting EMAC TX/RX delay

2018-11-22 Thread Jagan Teki
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 ne

[U-Boot] [PATCH v2] sun8i_emac: add support for setting EMAC TX/RX delay

2018-11-22 Thread Alexander Weidinger
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-n