[PATCH] net: phy: xilinx_phy: Get rid of using property xlnx,phy-type

Michal Simek michal.simek at amd.com
Mon Oct 9 12:15:51 CEST 2023



On 10/5/23 05:02, Venkatesh Yadav Abbarapu wrote:
> As the xlnx,phy-type device tree property is deprecated and phy-mode
> is being used, so removing the code references of xlnx,phy-type.
> 
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> ---
>   drivers/net/phy/xilinx_phy.c | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/net/phy/xilinx_phy.c b/drivers/net/phy/xilinx_phy.c
> index 1df639d6f4..50f1611ad5 100644
> --- a/drivers/net/phy/xilinx_phy.c
> +++ b/drivers/net/phy/xilinx_phy.c
> @@ -107,10 +107,6 @@ static int xilinxphy_of_init(struct phy_device *phydev)
>   	if (!ofnode_valid(node))
>   		return -EINVAL;
>   
> -	phytype = ofnode_read_u32_default(node, "xlnx,phy-type", -1);
> -	if (phytype == XAE_PHY_TYPE_1000BASE_X)
> -		phydev->flags |= XAE_PHY_TYPE_1000BASE_X;
> -
>   	return 0;
>   }
>   

Applied.
M


More information about the U-Boot mailing list