[GIT PULL] Please pull fsl-qoriq-for-2026.07-rc1
Peng Fan
peng.fan at oss.nxp.com
Thu Apr 9 11:53:30 CEST 2026
Hi Tom,
Please pull fsl-qoriq-for-2026.07-rc1 for master
------------------------------------------------------------
Add env variables to assist boot for various LS boards
Add gpio scmi driver
Fix setting the function for scmi pinctrl
Use standard device tree pin muxing format for scmi pinctrl
Fix protocol version fetch for non-CCF platforms in scmi clk
------------------------------------------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/29808
Thanks,
Peng
The following changes since commit a383c9689282269bb9687ec6c115de094c27fa67:
dm: Respect dma-ranges size (2026-04-07 15:27:22 -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-rc1
for you to fetch changes up to 35138649383c79c7a4186833fd17b92e1be388c1:
ls1043a: add env variables to assist boot (2026-04-09 10:25:56 +0800)
----------------------------------------------------------------
Chunguang Li (4):
ls1028ardb: add env variables to assist boot
ls1046a: add env variables to assist boot
lx2160ardb: add env variables to assist boot
ls1043a: add env variables to assist boot
Dan Carpenter (3):
gpio: scmi: Add gpio_scmi driver
firmware: scmi: Fix setting the function
pinctrl: scmi: Use standard device tree pin muxing format
Ioana Ciornei (3):
drivers: net: fsl-mc: remove unused parameter from the wait_for_mc() function
drivers: net: fsl-mc: cleanup the fsl_mc command help text
drivers: net: fsl-mc: add the nowait option when applying the DPL
Kamlesh Gurudasani (1):
clk: scmi: Fix protocol version fetch for non-CCF platforms
drivers/clk/clk_scmi.c | 12 +-
drivers/firmware/scmi/pinctrl.c | 2 +
drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio_scmi.c | 248 +++++++++++++++++++++++++++++++++++++++
drivers/net/fsl-mc/mc.c | 45 ++++---
drivers/pinctrl/pinctrl-scmi.c | 151 +++++++++---------------
include/configs/ls1028ardb.h | 4 +
include/configs/ls1043a_common.h | 2 +-
include/configs/ls1043aqds.h | 5 +
include/configs/ls1043ardb.h | 10 ++
include/configs/ls1046a_common.h | 2 +-
include/configs/ls1046afrwy.h | 6 +
include/configs/ls1046aqds.h | 5 +
include/configs/ls1046ardb.h | 10 ++
include/configs/lx2160a_common.h | 2 +-
include/configs/lx2160ardb.h | 5 +
17 files changed, 396 insertions(+), 120 deletions(-)
create mode 100644 drivers/gpio/gpio_scmi.c
More information about the U-Boot
mailing list