Re: [PATCH net 1/1] net: phy: dp83867: Fix SGMII FIFO depth for non OF devices

From: Andrew Lunn
Date: Tue Nov 08 2022 - 15:45:23 EST


On Tue, Nov 08, 2022 at 06:12:18PM +0800, Michael Sit Wei Hong wrote:
> Current driver code will read device tree node information,
> and set default values if there is no info provided.
>
> This is not done in non-OF devices leading to SGMII fifo depths being
> set to the smallest size.
>
> This patch sets the value to the default value of the PHY as stated in the
> PHY datasheet.
>
> Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew