Hi Tom, Please pull from u-boot-imx/next, thanks.
The following changes since commit 5947cd76acdd65f48f0748af01241cb6c0756fba: Merge branch '2024-12-21-add-arm64-CI-host-support' into next (2024-12-21 12:27:55 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20241223 for you to fetch changes up to 6016960ceb9d3fda591cda94df3841748fb65596: imx: Use per board ddrphy_trained_csr (2024-12-23 08:10:15 -0300) u-boot-imx-next-20241223 ------------------------ CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23987 - imx8m: Remove global ddrphy_trained_csr as it is a per board configuration. - Add DM_FLAG_ACTIVE_DMA flag for FEC network driver to avoid potential kernel crash. - Miscellaneous improvements for i.MX8M Venice Gateworks platforms. ---------------------------------------------------------------- Meng Li (1): net: fec_mxc: add DM_FLAG_ACTIVE_DMA flag for FEC network driver Peng Fan (1): imx: Use per board ddrphy_trained_csr Tim Harvey (5): spi: mxc_spi: use proper clock for SPI bus drivers: misc: gsc: add support for fan controller drivers: misc: gsc: add support for prescaled imx8m*-venice: define suitable address for SPL_LOAD_FIT_ADDRESS arm: dts: imx8mp-venice-gw7*xx: fix TPM reset arch/arm/dts/imx8mp-venice-gw71xx-2x-u-boot.dtsi | 16 +- arch/arm/dts/imx8mp-venice-gw72xx-2x-u-boot.dtsi | 16 +- arch/arm/dts/imx8mp-venice-gw73xx-2x-u-boot.dtsi | 16 +- arch/arm/include/asm/arch-imx8m/ddr.h | 3 - arch/arm/include/asm/arch-imx9/ddr.h | 3 - configs/imx8mm_venice_defconfig | 1 + configs/imx8mn_venice_defconfig | 1 + configs/imx8mp_venice_defconfig | 1 + drivers/ddr/imx/phy/Makefile | 2 +- drivers/ddr/imx/phy/ddrphy_csr.c | 732 ----------------------- drivers/ddr/imx/phy/ddrphy_train.c | 3 +- drivers/ddr/imx/phy/helper.c | 8 +- drivers/misc/gsc.c | 4 + drivers/net/fec_mxc.c | 1 + drivers/spi/mxc_spi.c | 14 +- 15 files changed, 46 insertions(+), 775 deletions(-) delete mode 100644 drivers/ddr/imx/phy/ddrphy_csr.c