Hi Tom, Please pull fsl-qoriq-for-2026.07-rc2 for master
--------------------------------------------------- Add USB Hub (USB5744) management support for ten64 Various DT fixes for ls1088a Fix dead default for SYS_L3_SIZE for powerpc --------------------------------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/30003 Thanks, Peng The following changes since commit ae8987f4e690f397f507c4b1efabd68b3ed08db6: Merge patch series "binman: Fix preload signing with encrypted FIT" (2026-05-05 10:37:16 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-2026.07-rc2 for you to fetch changes up to dea09737234b8d9b86d0922f31d3f2a68cef3a54: configs: ten64: add USB start to preboot (2026-05-06 16:04:49 +0800) ---------------------------------------------------------------- Julian Braha (1): powerpc: fix dead default for SYS_L3_SIZE Mathew McBride (8): arm: gpio: include integer type definitions for gpio.h board: ten64: add fdt fixup to hide usb hub topology board: ten64: remove USB hub references from internal FDT when needed configs: ten64: enable OF_BOARD_FIXUP configs: ten64: enable USB_ONBOARD_HUB (USB5744) option configs: ten64: switch to OF_UPSTREAM arm: dts: remove local copy of Ten64 board DTS configs: ten64: add USB start to preboot Ye Li (7): arm: layerscape: Check zero size memory bank before lmb_add arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi arm: dts: fsl-ls1088a: Set dpmac nodes default to disabled arm: dts: fsl-ls1088a: Enable SD device arm: dts: fsl-ls1088a: Enable USB nodes arm: dts: layerscape: Fix DT build warning in SPI nodes arm: dts: layerscape: Fix SPI flash compatible string issue arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 3 +- arch/arm/dts/fsl-ls1012a-qds.dtsi | 6 +- arch/arm/dts/fsl-ls1012a.dtsi | 4 +- arch/arm/dts/fsl-ls1028a-qds.dtsi | 28 +- arch/arm/dts/fsl-ls1043a-qds.dtsi | 6 +- arch/arm/dts/fsl-ls1043a-rdb.dts | 2 +- arch/arm/dts/fsl-ls1043a.dtsi | 6 +- arch/arm/dts/fsl-ls1046a-qds.dtsi | 6 +- arch/arm/dts/fsl-ls1046a.dtsi | 6 +- arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi | 9 + arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi | 9 + arch/arm/dts/fsl-ls1088a-qds.dtsi | 6 +- arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi | 8 - arch/arm/dts/fsl-ls1088a-ten64.dts | 388 -------------------------- arch/arm/dts/fsl-ls1088a-u-boot.dtsi | 5 + arch/arm/dts/fsl-ls1088a.dtsi | 10 + arch/arm/dts/fsl-ls2080a-qds.dtsi | 6 +- arch/arm/dts/fsl-ls2080a-rdb.dts | 2 +- arch/arm/dts/fsl-ls2080a.dtsi | 4 +- arch/arm/dts/fsl-ls2081a-rdb.dts | 2 +- arch/arm/dts/fsl-ls2088a-rdb-qspi.dts | 2 +- arch/arm/dts/fsl-lx2160a-qds.dtsi | 36 +-- arch/arm/dts/fsl-lx2160a.dtsi | 8 +- arch/arm/dts/fsl-lx2162a-qds.dts | 36 +-- arch/arm/dts/ls1021a-tsn.dts | 2 +- arch/arm/dts/ls1021a.dtsi | 6 +- arch/arm/include/asm/gpio.h | 2 + arch/powerpc/cpu/mpc85xx/Kconfig | 2 +- board/traverse/ten64/ten64.c | 70 +++++ configs/ten64_tfa_defconfig | 7 +- 30 files changed, 201 insertions(+), 486 deletions(-) create mode 100644 arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi create mode 100644 arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi delete mode 100644 arch/arm/dts/fsl-ls1088a-ten64.dts

