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

From: Jakub Kicinski
Date: Tue Nov 08 2022 - 20:55:40 EST


On Tue, 8 Nov 2022 18:12:18 +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.

We need a Fixes tag, which commit should have contained this code?