On Wed, Apr 25, 2018 at 07:12:29AM +0000, Christophe ROULLIER wrote:
> Hi Andrew,
>
> For moment, I've only tested with PHY RGMII, RMII, MII, GMII, I do not have
> other kind of PHY interface.
> Normally there is no impact in my glue, the value of syscfg register will be
> the same for RGMII/ID/TXID/RXID.
> Do you think that I should add these interfaces in my case ?
>
> case PHY_INTERFACE_MODE_RGMII:
> > + case PHY_INTERFACE_MODE_RGMII_ID:
> > + case PHY_INTERFACE_MODE_RGMII_RXID:
> > + case PHY_INTERFACE_MODE_RGMII_TXID:
Yes
Andrew