Re: [PATCH net-next v6 4/5] net: ftgmac100: Support rgmii delay in old dts with AST2600

From: Andrew Lunn

Date: Mon Mar 02 2026 - 13:02:35 EST


> static int ftgmac100_set_ast2600_rgmii_delay(struct ftgmac100 *priv,
> - u32 rgmii_tx_delay,
> - u32 rgmii_rx_delay,
> - phy_interface_t phy_intf)
> + s32 rgmii_tx_delay,
> + s32 rgmii_rx_delay,

You introduced these parameters in the previous patch. Please get the
types correct from the start.

Andrew