Hi Tom, Please pull from u-boot-imx/master, thanks.
The following changes since commit cf37480bc8335494cf88b7180dc3f1eb8cf63a9d: Prepare v2025.07-rc2 (2025-05-12 14:33:38 -0600) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250512 for you to fetch changes up to b3525ecd4908b6c7cdf2c9e4cd028c8d80d3d958: imx95_evk: enable PCI early (2025-05-12 18:43:34 -0300) u-boot-imx-master-20250512 -------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/26116 - Add imxrt1170 support to the fspi SPI driver. - Enable PCI early on imx95_evk. - Fix fsl_enetc imdio register calculation. ---------------------------------------------------------------- Jonathan Currier (5): spi: fspi: involve lut_num for struct nxp_fspi_devtype_data spi: fspi: Add imxrt1170 device data ARM: dts: imx: Add flexspi (fspi) to imxrt1170 and it's evk. spi: fspi: dev_dbg() call assumes fdt_addr_t always a long long configs: imxrt1170-evk_defconfig: include FlexSPI driver and flash chip support Thomas Schaefer (1): net: fsl_enetc: fix imdio register calculation Tim Harvey (1): imx95_evk: enable PCI early arch/arm/dts/imxrt1170-evk.dts | 28 +++++++++++++++ arch/arm/dts/imxrt1170.dtsi | 13 +++++++ configs/imx95_19x19_evk_defconfig | 1 + configs/imxrt1170-evk_defconfig | 15 ++++++++ drivers/clk/imx/clk-imxrt1170.c | 9 +++++ drivers/net/fsl_enetc.c | 4 ++- drivers/spi/nxp_fspi.c | 55 ++++++++++++++++++----------- include/dt-bindings/clock/imxrt1170-clock.h | 4 ++- 8 files changed, 107 insertions(+), 22 deletions(-)