Re: [PATCH] net: dsa: sja1105: Add rev-rmii support sja1110 devices
From: Jakub Kicinski
Date: Tue Jun 09 2026 - 22:03:42 EST
On Mon, 8 Jun 2026 16:16:51 +0200 Martijn de Gouw wrote:
> When a rmii port is used in phy-mode (rev-rmii), the ref_clk is an input on
> the rx clk pin. Configure both the rx and tx clock source to use the
> rx_clk as external clock source input.
drivers/net/dsa/sja1105/sja1105_clocking.c:969:5: warning: no previous prototype for function 'sja1110_clocking_setup_port' [-Wmissing-prototypes]
969 | int sja1110_clocking_setup_port(struct sja1105_private *priv, int port)
| ^
drivers/net/dsa/sja1105/sja1105_clocking.c:969:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
969 | int sja1110_clocking_setup_port(struct sja1105_private *priv, int port)
| ^
| static
--
pw-bot: cr