mbox series

[0/2] i.MX 8M Plus EVK Fixes

Message ID 20250312212611.51667-1-shentey@gmail.com (mailing list archive)
Headers show
Series i.MX 8M Plus EVK Fixes | expand

Message

Bernhard Beschow March 12, 2025, 9:26 p.m. UTC
As discussed in [1], this series fixes the SoC class to be not user-creatable
to prevent a crash, and to be derived from TYPE_SYS_BUS_DEVICE to make reset
work properly. It also removes an unused define.

[1] https://lore.kernel.org/qemu-devel/1cdb6643-8fcc-4bd8-93fc-fcc93589c9a3@redhat.com/

Bernhard Beschow (2):
  hw/arm/fsl-imx8mp: Make SoC not user-creatable, derive from
    TYPE_SYS_BUS_DEVICE
  hw/arm/fsl-imx8mp: Remove unused define

 include/hw/arm/fsl-imx8mp.h | 4 ++--
 hw/arm/fsl-imx8mp.c         | 4 +++-
 hw/arm/imx8mp-evk.c         | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)