On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow <shen...@gmail.com> wrote: > > The i.MX 8M Plus SoC actually has two ethernet controllers, the usual ENET one > and a Designware one. There is no device model for the latter, so only add the > ENET one. > > Signed-off-by: Bernhard Beschow <shen...@gmail.com> > --- > docs/system/arm/imx8mp-evk.rst | 1 + > include/hw/arm/fsl-imx8mp.h | 8 ++++++++ > hw/arm/fsl-imx8mp.c | 24 ++++++++++++++++++++++++ > hw/arm/imx8mp-evk.c | 1 + > hw/arm/Kconfig | 1 + > 5 files changed, 35 insertions(+) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM