Re: [PATCH 05/16] net: phy: adin: configure RGMII/RMII/MII modes on config

2019-08-05 Thread Ardelean, Alexandru
On Mon, 2019-08-05 at 16:39 +0200, Andrew Lunn wrote: > [External] > > On Mon, Aug 05, 2019 at 07:54:42PM +0300, Alexandru Ardelean wrote: > > The ADIN1300 chip supports RGMII, RMII & MII modes. Default (if > > unconfigured) is RGMII. > > This change adds support for configuring these modes via th

Re: [PATCH 05/16] net: phy: adin: configure RGMII/RMII/MII modes on config

2019-08-05 Thread Andrew Lunn
On Mon, Aug 05, 2019 at 07:54:42PM +0300, Alexandru Ardelean wrote: > The ADIN1300 chip supports RGMII, RMII & MII modes. Default (if > unconfigured) is RGMII. > This change adds support for configuring these modes via the device > registers. > > For RGMII with internal delays (modes RGMII_ID,RGMI

[PATCH 05/16] net: phy: adin: configure RGMII/RMII/MII modes on config

2019-08-05 Thread Alexandru Ardelean
The ADIN1300 chip supports RGMII, RMII & MII modes. Default (if unconfigured) is RGMII. This change adds support for configuring these modes via the device registers. For RGMII with internal delays (modes RGMII_ID,RGMII_TXID, RGMII_RXID), the default delay is 2 ns. This can be configurable and wil