[GIT PULL] Please pull fsl-qoriq-next-2026-06-09
Peng Fan
peng.fan at oss.nxp.com
Wed Jun 10 05:11:58 CEST 2026
Hi Tom,
Please pull tags/fsl-qoriq-next-2026-06-09
---------------------------------
Add JEDEC JC_42.4 thermal driver
Add QorIQ/Layerscape TMU support
Misc dts fix for fsl-lx2160a
Misc i.MX9 SCMI updates
---------------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/30397
Thanks,
Peng
The following changes since commit e91911169bc737ee4a79963a1cba8db2aab7c1c0:
Merge tag 'v2026.07-rc4' into next (2026-06-08 15:28:18 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-next-2026-06-09
for you to fetch changes up to ec217322301b306012e01796090c98af9d1f3812:
nxp: imx[95,94,952]_evk: Implement board_fix_fdt (2026-06-10 00:09:41 +0800)
----------------------------------------------------------------
Vincent Jardin (4):
arm: dts: fsl-lx2160a: wdt0 for watchdog node
arm: dts: fsl-lx2162a-qds: drop &dspi{0,1,2} block
thermal: jc42: add JEDEC JC-42.4/TSE2004av SPD
thermal: imx_tmu: extend with QorIQ/Layerscape TMU
Ye Li (4):
imx9: scmi: Fix temperature range for Extended industrial parts
imx9: scmi: Print CPU part number name
iMX9: scmi: Disable fused modules for iMX95/94/952
nxp: imx[95,94,952]_evk: Implement board_fix_fdt
MAINTAINERS | 5 +
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 21 +
arch/arm/dts/fsl-lx2160a.dtsi | 60 +-
arch/arm/dts/fsl-lx2162a-qds.dts | 99 ----
.../include/asm/arch-fsl-layerscape/sys_proto.h | 30 +
arch/arm/include/asm/arch-imx9/sys_proto.h | 1 +
arch/arm/mach-imx/imx9/Kconfig | 4 +
arch/arm/mach-imx/imx9/scmi/Makefile | 2 +-
arch/arm/mach-imx/imx9/scmi/fdt.c | 644 +++++++++++++++++++++
arch/arm/mach-imx/imx9/scmi/soc.c | 105 +++-
board/nxp/imx94_evk/imx94_evk.c | 10 +-
board/nxp/imx952_evk/imx952_evk.c | 8 +
board/nxp/imx95_evk/imx95_evk.c | 10 +-
configs/imx943_evk_defconfig | 1 -
configs/imx952_evk_defconfig | 1 -
drivers/cpu/imx8_cpu.c | 12 +-
drivers/thermal/Kconfig | 16 +-
drivers/thermal/Makefile | 1 +
drivers/thermal/imx_tmu.c | 125 +++-
drivers/thermal/jc42.c | 93 +++
20 files changed, 1116 insertions(+), 132 deletions(-)
create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/sys_proto.h
create mode 100644 arch/arm/mach-imx/imx9/scmi/fdt.c
create mode 100644 drivers/thermal/jc42.c
More information about the U-Boot
mailing list