hw/arm/fsl-imx8mp: Implement clock tree
authorBernhard Beschow <shentey@gmail.com>
Sun, 23 Feb 2025 11:46:55 +0000 (12:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2025 17:02:00 +0000 (17:02 +0000)
commit86c2dff9552ad5a9b2febf329a2dbd2620bc2145
tree7a01475435601a4ea5d7502c85d7c8376a678983
parenta4eefc69b23713c4e5981d9d91a6e15dfd4496fe
hw/arm/fsl-imx8mp: Implement clock tree

Fixes quite a few stack traces during the Linux boot process. Also provides the
clocks for devices added later, e.g. enet1.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-6-shentey@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
docs/system/arm/imx8mp-evk.rst
hw/arm/Kconfig
hw/arm/fsl-imx8mp.c
hw/misc/Kconfig
hw/misc/imx8mp_analog.c [new file with mode: 0644]
hw/misc/imx8mp_ccm.c [new file with mode: 0644]
hw/misc/meson.build
include/hw/arm/fsl-imx8mp.h
include/hw/misc/imx8mp_analog.h [new file with mode: 0644]
include/hw/misc/imx8mp_ccm.h [new file with mode: 0644]