[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <31722d85-7b01-3516-1b12-bf2be5c9cf71@gmail.com>
Date: Wed, 15 May 2019 19:30:22 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Madalin-cristian Bucur <madalin.bucur@....com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Cc: "andrew@...n.ch" <andrew@...n.ch>,
"davem@...emloft.net" <davem@...emloft.net>
Subject: Re: FW: [PATCH] net: phy: aquantia: readd XGMII support for AQR107
On 15.05.2019 10:46, Madalin-cristian Bucur wrote:
> XGMII interface mode no longer works on AQR107 after the recent changes,
> adding back support.
>
I'd like to check the configuration of the system with the AQR107.
Which board is it, and which DT config is used?
> Signed-off-by: Madalin Bucur <madalin.bucur@....com>
> ---
> drivers/net/phy/aquantia_main.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/phy/aquantia_main.c b/drivers/net/phy/aquantia_main.c
> index eed4fe3d871f..0fedd28fdb6e 100644
> --- a/drivers/net/phy/aquantia_main.c
> +++ b/drivers/net/phy/aquantia_main.c
> @@ -487,6 +487,7 @@ static int aqr107_config_init(struct phy_device *phydev)
> /* Check that the PHY interface type is compatible */
> if (phydev->interface != PHY_INTERFACE_MODE_SGMII &&
> phydev->interface != PHY_INTERFACE_MODE_2500BASEX &&
> + phydev->interface != PHY_INTERFACE_MODE_XGMII &&
> phydev->interface != PHY_INTERFACE_MODE_10GKR)
> return -ENODEV;
>
>
Powered by blists - more mailing lists