Hi Tom, Please pull from u-boot-imx/master, thanks.
The following changes since commit 6902fb4c17faa375003124c451c2550deab5463d: Merge branch 'master' of git://source.denx.de/u-boot-usb (2026-06-25 12:32:18 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20260626 for you to fetch changes up to 151e7c6e7c2c33b980030aba782e056d5719c998: clk: imx: imx8mq: Fix iMX8MQ PLL issue (2026-06-26 20:12:22 -0300) u-boot-imx-master-20260626 -------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/30543 - Fix MAC address representation on i.MX9 - Fix i.MX6 DDR initialization - Fix iMX8MQ PLL - Fix SPL trampoline buffer for 1GB DDR on i.MX9 ---------------------------------------------------------------- Alice Guo (1): imx9: scmi: use 48-bit MAC add instead of incrementing mac[5] Marek Vasut (1): mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration Peng Fan (1): imx9: scmi: Correct shutdown checking Ye Li (2): imx9: scmi: Fix SPL trampoline buffer for 1GB DDR clk: imx: imx8mq: Fix iMX8MQ PLL issue arch/arm/mach-imx/imx9/scmi/soc.c | 75 ++++++++++---- arch/arm/mach-imx/mx6/ddr.c | 4 +- drivers/clk/imx/Makefile | 2 +- drivers/clk/imx/clk-frac-pll.c | 199 ++++++++++++++++++++++++++++++++++++++ drivers/clk/imx/clk-imx8mq.c | 55 +++++++---- drivers/clk/imx/clk.h | 3 + 6 files changed, 294 insertions(+), 44 deletions(-) create mode 100644 drivers/clk/imx/clk-frac-pll.c

