Hi Tom, Please pull fsl-qoriq-for-2026.10-rc4
--------------------------------------------------- Various config fixes for Layerscape/QorIQ boards Fix fsl_dspi by adding missed Layerscape compatible Fix ldpaa_eth inverted error logic Extend mpq8785 for MPQ8646 --------------------------------------------------- CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-fsl-qoriq/-/jobs/84506 Thanks, Peng The following changes since commit c46bd5b2136158d3380d626d79c96827818226c5: include/env.h: use plain old #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG (2026-09-04 16:55:10 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-2026.10-rc4 for you to fetch changes up to 4832fe371d4ad2e6f112497b2b51a94985ac1b27: configs: ls104{3,6}aqds_tfa: enable PCIe Ethernet (2026-09-05 19:46:09 +0800) ---------------------------------------------------------------- Vincent Jardin (3): spi: fsl_dspi: match the Layerscape DSPI compatibles net: ldpaa_eth: fix error logics of unconfigured DPMACs power: regulator: mpq8785: match the MPS MPQ8646 Vladimir Oltean (7): net: fsl_enetc: fix all interfaces getting named enetc-0 on LS1028A configs: layerscape qds: disable ENV_RELOC_GD_ENV_ADDR for NOR boot configs: ls2088aqds_tfa: fix NOR flash write failure configs: layerscape qds: enable OF_LIBFDT_OVERLAY configs: layerscape: drop CONFIG_SYS_PBSIZE=532 override common: kconfig: raise SYS_CBSIZE default to 1024 for FSL_LSCH2/LSCH3 configs: ls104{3,6}aqds_tfa: enable PCIe Ethernet common/Kconfig | 3 +-- configs/ls1012a2g5rdb_tfa_defconfig | 1 - configs/ls1012afrdm_tfa_defconfig | 1 - configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1012afrwy_tfa_defconfig | 1 - configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 2 +- configs/ls1012aqds_tfa_defconfig | 2 +- configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1012ardb_tfa_defconfig | 1 - configs/ls1021aqds_ddr4_nor_defconfig | 1 + configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 + configs/ls1021aqds_nand_defconfig | 1 + configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 1 + configs/ls1021aqds_nor_defconfig | 1 + configs/ls1021aqds_nor_lpuart_defconfig | 1 + configs/ls1021aqds_qspi_defconfig | 1 + configs/ls1021aqds_sdcard_ifc_defconfig | 1 + configs/ls1021aqds_sdcard_qspi_defconfig | 1 + configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1028aqds_tfa_defconfig | 1 - configs/ls1028aqds_tfa_lpuart_defconfig | 1 - configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1028ardb_tfa_defconfig | 1 - configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 4 +++- configs/ls1043aqds_tfa_defconfig | 6 ++++-- configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1043ardb_tfa_defconfig | 1 - configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1046afrwy_tfa_defconfig | 1 - configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 4 +++- configs/ls1046aqds_tfa_defconfig | 6 ++++-- configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1046ardb_tfa_defconfig | 1 - configs/ls1088aqds_tfa_defconfig | 4 ++-- configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1088ardb_tfa_defconfig | 1 - configs/ls2080aqds_nand_defconfig | 2 +- configs/ls2080aqds_qspi_defconfig | 2 +- configs/ls2080ardb_nand_defconfig | 1 - configs/ls2088aqds_tfa_defconfig | 5 +++-- configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls2088ardb_tfa_defconfig | 1 - configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 2 +- configs/lx2160aqds_tfa_defconfig | 2 +- configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/lx2160ardb_tfa_defconfig | 1 - configs/lx2160ardb_tfa_stmm_defconfig | 1 - configs/lx2162aqds_tfa_SECURE_BOOT_defconfig | 2 +- configs/lx2162aqds_tfa_defconfig | 2 +- configs/lx2162aqds_tfa_verified_boot_defconfig | 2 +- drivers/net/fsl_enetc.c | 4 +--- drivers/net/ldpaa_eth/ldpaa_eth.c | 4 ++-- drivers/power/regulator/Kconfig | 4 ++-- drivers/power/regulator/mpq8785.c | 7 +++++-- drivers/spi/fsl_dspi.c | 2 ++ 55 files changed, 50 insertions(+), 55 deletions(-)
