Re: [PATCH 1/2] sunxi: Fix old GMAC pinmux setup

2022-03-21 Thread Petr Štetiar
Andre Przywara [2022-03-16 00:54:42]: > Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()") > moved the call to eth_init_board() from s_init() into board_init_f(). > This means it's now only called from the SPL, which makes sense for > most of the other moved low-level function

Re: [PATCH 1/2] sunxi: Fix old GMAC pinmux setup

2022-03-16 Thread Andre Przywara
On Wed, 16 Mar 2022 17:55:16 +0100 Jernej Škrabec wrote: > Dne sreda, 16. marec 2022 ob 01:54:42 CET je Andre Przywara napisal(a): > > Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()") > > moved the call to eth_init_board() from s_init() into board_init_f(). > > This means it

Re: [PATCH 1/2] sunxi: Fix old GMAC pinmux setup

2022-03-16 Thread Jernej Škrabec
Dne sreda, 16. marec 2022 ob 01:54:42 CET je Andre Przywara napisal(a): > Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()") > moved the call to eth_init_board() from s_init() into board_init_f(). > This means it's now only called from the SPL, which makes sense for > most of th

[PATCH 1/2] sunxi: Fix old GMAC pinmux setup

2022-03-15 Thread Andre Przywara
Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()") moved the call to eth_init_board() from s_init() into board_init_f(). This means it's now only called from the SPL, which makes sense for most of the other moved low-level functions. However the GMAC pinmux and clock setup in et