Re: [PATCH net v2] net: ethernet: ave: Add capability of rgmii-id mode

From: David Miller
Date: Wed Feb 12 2020 - 12:55:26 EST


From: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
Date: Wed, 12 Feb 2020 19:55:34 +0900

> This allows you to specify the type of rgmii-id that will enable phy
> internal delay in ethernet phy-mode.
>
> This adds all RGMII cases to all of get_pinmode() except LD11, because LD11
> SoC doesn't support RGMII due to the constraint of the hardware. When RGMII
> phy mode is specified in the devicetree for LD11, the driver will abort
> with an error.
>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
> ---
> Changes since v1:
> - Add description about LD11 to the commit message

Applied, thank you.