Hi Benjamin, On Fri, Nov 3, 2023 at 6:16 PM <egyszer...@freemail.hu> wrote: > > From: Benjamin Szőke <egyszer...@freemail.hu> > > Signed-off-by: Benjamin Szőke <egyszer...@freemail.hu> > --- > board/technexion/pico-imx7d/pico-imx7d.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/technexion/pico-imx7d/pico-imx7d.c > b/board/technexion/pico-imx7d/pico-imx7d.c > index 6e98b85b28..7f5a092457 100644 > --- a/board/technexion/pico-imx7d/pico-imx7d.c > +++ b/board/technexion/pico-imx7d/pico-imx7d.c > @@ -106,7 +106,7 @@ int board_phy_config(struct phy_device *phydev) > { > unsigned short val; > > - /* To enable AR8035 ouput a 125MHz clk from CLK_25M */ > + /* To enable AR8035 output a 125MHz clk from CLK_25M */
After looking closer to this code, now that we have Ethernet DM in place, this whole board_phy_config() can be removed completely. This also causes the typo to be removed :-) Here is the patch I sent: https://lore.kernel.org/u-boot/20231103224733.59410-1-feste...@gmail.com/