[PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers

2025-02-23 Thread Bernhard Beschow
Reviewed-by: Peter Maydell Signed-off-by: Bernhard Beschow --- docs/system/arm/imx8mp-evk.rst | 1 + include/hw/arm/fsl-imx8mp.h| 11 +++ hw/arm/fsl-imx8mp.c| 29 + hw/arm/Kconfig | 2 ++ 4 files changed, 43 insertions(+) dif

Re: [PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers

2025-02-06 Thread Peter Maydell
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: > > Signed-off-by: Bernhard Beschow > --- > docs/system/arm/imx8mp-evk.rst | 1 + > include/hw/arm/fsl-imx8mp.h| 11 +++ > hw/arm/fsl-imx8mp.c| 29 + > hw/arm/Kconfig | 2 ++

[PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers

2025-02-04 Thread Bernhard Beschow
Signed-off-by: Bernhard Beschow --- docs/system/arm/imx8mp-evk.rst | 1 + include/hw/arm/fsl-imx8mp.h| 11 +++ hw/arm/fsl-imx8mp.c| 29 + hw/arm/Kconfig | 2 ++ 4 files changed, 43 insertions(+) diff --git a/docs/system/arm/im