arm: stm32mp25: add ethernet support for stm32mp255 series
authorAsadeds <md.asadullah@eds-india.com>
Tue, 28 Oct 2025 05:39:26 +0000 (11:09 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:44:19 +0000 (10:44 -0600)
commit16da0356414a789dd910d4597ebc80b968aae03c
tree05b187fe21ce7b8068741bd4c9d85cf943a2234a
parent8876396fc7b4c95f295bb65cefcf3763b6a313ca
arm: stm32mp25: add ethernet support for stm32mp255 series

Add missing CPU_STM32MP255* cases in get_eth_nb() so that U-Boot
correctly reports 2 Ethernet interfaces on stm32mp255 devices.
This fixes the "ethernet not found" error during boot.

Signed-off-by: Md Asadullah <md.asadullah@eds-india.com>
arch/arm/mach-stm32mp/stm32mp2/stm32mp25x.c