[PATCH] imx9: clock: Fix board_interface_eth_init for FEC

Fabio Estevam festevam at gmail.com
Thu Feb 8 15:31:21 CET 2024


On Tue, Jan 30, 2024 at 9:43 AM Primoz Fiser <primoz.fiser at norik.com> wrote:
>
> Commit d5eae216d833 ("net: dwc_eth_qos: Add board_interface_eth_init()
> for i.MX93") implemented board_interface_eth_init for i.MX9 platforms.
> However it only accounted for the EQOS interface while any board using
> FEC as primary Ethernet interface was left out as return value -EINVAL
> is always returned from the function in such case.
>
> Fix this by returning 0 (success) when FEC interface is primarily used
> instead of EQOS interface on i.MX93.
>
> Fixes: d5eae216d833 ("net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93")
> Signed-off-by: Primoz Fiser <primoz.fiser at norik.com>

Applied, thanks.


More information about the U-Boot mailing list