Hi Tom, Please pull from u-boot-imx/next, thanks.
The following changes since commit 464800d91b036cfd2df26598d8df2ac72d4569dd: Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next (2025-09-20 10:02:00 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20250922 for you to fetch changes up to 424103865662603d821028734ecddda8802e43b3: doc: phytec: imx8m: Style and firmware update (2025-09-20 17:48:20 -0300) u-boot-imx-next-20250922 ------------------------ CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27684 - Add i.MX8 ahab-commit command. - Add support for flashing board with UUU on imx93_frdm. - Fix the acces of PFUZE100 regulator desc. - Add more i.MX6 PWM clock definitions. - Enable OP-TEE on phytec-imx8m and update documentation. - Enable PCI host controller on iMX95 19x19 EVK. ---------------------------------------------------------------- John Ripple (1): imx8: Add ahab_commit command Mathieu Dubois-Briand (1): imx93_frdm: Add support for flashing board with UUU Peng Fan (1): power: regulator: pfuze100: Fix accessing the regulator desc Ricardo Simoes (1): clk: imx6q: Add definition for missing PWM clocks Yannic Moog (3): phytec-imx8m boards: enable OP-TEE for KASLR doc: phytec: update imx8m docs for optee builds doc: phytec: imx8m: Style and firmware update Ye Li (8): pci: dw: Fix wrong register used for PCI_COMMAND pci: pcie_dw_imx: Add iMX9 support to the driver clk: imx: Add imx95 blkctrl clock driver power: regulator: Add vin-supply for GPIO and Fixed regulators clk: clk-uclass: Fix clk_set_default_rates issue arm: dts: imx95: Assign HSIOPLL_VCO as HSIOPLL parent clock arm: dts: imx95-evk: set alias for enetc PCI buses imx95_evk: Enable PCI host controller on iMX95 19x19 EVK arch/arm/dts/imx95-19x19-evk-u-boot.dtsi | 7 + arch/arm/dts/imx95-u-boot.dtsi | 16 ++ arch/arm/mach-imx/imx8/ahab.c | 29 ++ board/freescale/imx93_frdm/imx93_frdm.c | 6 + board/freescale/imx93_frdm/imx93_frdm.env | 8 + board/phytec/phycore_imx8mm/MAINTAINERS | 1 - configs/imx8mm-phygate-tauri-l_defconfig | 5 +- configs/imx93_frdm_defconfig | 14 + configs/imx95_19x19_evk_defconfig | 7 +- configs/phycore-imx8mm_defconfig | 5 +- configs/phycore-imx8mp_defconfig | 4 + doc/board/nxp/imx93_frdm.rst | 22 ++ doc/board/phytec/imx8mm-optee-build.rsti | 14 - doc/board/phytec/imx8mm-phygate-tauri-l.rst | 41 ++- doc/board/phytec/imx8mp-libra-fpsc.rst | 1 - doc/board/phytec/phycore-imx8mm.rst | 42 ++- doc/board/phytec/phycore-imx8mp.rst | 44 +-- drivers/clk/clk-uclass.c | 2 +- drivers/clk/imx/Kconfig | 9 + drivers/clk/imx/Makefile | 1 + drivers/clk/imx/clk-imx6q.c | 6 + drivers/clk/imx/clk-imx95-blkctrl.c | 170 +++++++++++ drivers/misc/imx8/scu_api.c | 31 ++ drivers/pci/Kconfig | 2 +- drivers/pci/pcie_dw_common.c | 3 +- drivers/pci/pcie_dw_imx.c | 420 +++++++++++++++++++++++++--- drivers/power/regulator/pfuze100.c | 44 ++- drivers/power/regulator/regulator_common.c | 10 + drivers/power/regulator/regulator_common.h | 1 + include/firmware/imx/sci/sci.h | 6 + 30 files changed, 824 insertions(+), 147 deletions(-) delete mode 100644 doc/board/phytec/imx8mm-optee-build.rsti create mode 100644 drivers/clk/imx/clk-imx95-blkctrl.c

