[U-Boot] [PATCH 5/5] net: phy: Marvell: Use phy_interface_is_rgmii helper function
Stefan Roese
sr at denx.de
Fri Dec 9 13:19:39 CET 2016
On 09.12.2016 11:41, Phil Edworthy wrote:
> Signed-off-by: Phil Edworthy <phil.edworthy at renesas.com>
> ---
> drivers/net/phy/marvell.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
> index 48ebb50..dc1d25f 100644
> --- a/drivers/net/phy/marvell.c
> +++ b/drivers/net/phy/marvell.c
> @@ -177,10 +177,7 @@ static int m88e1111s_config(struct phy_device *phydev)
> {
> int reg;
>
> - if ((phydev->interface == PHY_INTERFACE_MODE_RGMII) ||
> - (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID) ||
> - (phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) ||
> - (phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID)) {
> + if (phy_interface_is_rgmii(phydev)) {
> reg = phy_read(phydev,
> MDIO_DEVAD_NONE, MIIM_88E1111_PHY_EXT_CR);
> if ((phydev->interface == PHY_INTERFACE_MODE_RGMII) ||
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list