Hi Tom, A few Qualcomm fixes for 2026.07
* Define memory map for lemans-evk (pending SMEM) * Fix CONFIG_SYS_INIT_SP_BSS_OFFSET in db410c chainloaded fragment * Fix the "dump bootargs" command in the qcom-phone boot menu * Fix a bug in the rpmh-regulator driver where the regulator mode may not be set during enable. * Enable watchdog autostart for Dragonwing boards * Fix serial console init on ipq5424-rdp466 CI run is here: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/30394 I dropped a minor UFS patch last minute since Neil already picked it up but I don't expect CI to fail with that change. Thanks, The following changes since commit 1a8b7ad50aed5f5f0a4ccbfd455233919c097293: Merge patch series "mailbox: mpfs-mbox: fixes and syscon support" (2026-06-08 15:38:25 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git qcom-main for you to fetch changes up to 757a95c7faae4bdc10dc463c1bb3cf3fee1418a0: arm: dts: ipq5424-rdp466: add chosen node for serial console (2026-06-10 13:36:18 +0200) ---------------------------------------------------------------- Aswin Murugan (1): dts: lemans-evk-u-boot: add override dtsi Balaji Selvanathan (1): configs: qcs615/qcs9100: Enable watchdog autostart Federico Amedeo Izzo (1): regulator: qcom-rpmh-regulator: fix regulator mode mismatch Gurumoorthy Santhakumar (1): arm: dts: ipq5424-rdp466: add chosen node for serial console Petr Hodina (1): gpio: qcom_spmi_gpio: move PM8998 GPIO from legacy pmic driver Sam Day (2): board: qualcomm: phone: fix 'Dump bootargs' board: dragonboard410c: fix chainloaded.config arch/arm/dts/ipq5424-rdp466-u-boot.dtsi | 3 + arch/arm/dts/lemans-evk-u-boot.dtsi | 19 ++++ .../dragonboard410c/configs/chainloaded.config | 2 +- board/qualcomm/qcom-phone.env | 2 +- configs/qcom_qcs615_defconfig | 2 + configs/qcom_qcs9100_defconfig | 2 + drivers/gpio/qcom_pmic_gpio.c | 1 - drivers/gpio/qcom_spmi_gpio.c | 1 + drivers/power/regulator/qcom-rpmh-regulator.c | 108 +++++++++++---------- 9 files changed, 86 insertions(+), 54 deletions(-) create mode 100644 arch/arm/dts/lemans-evk-u-boot.dtsi

