Hi Tom, Some late fixes for 2025.07.
CI run is here (just has vexpress_fvp disabled) https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/26489 The following changes since commit b22a276f039f818d5564bec6637071cfc8a7e432: image: android: fix ramdisk default address (2025-05-30 13:44:05 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git tags/qcom-more-for-2025.07 for you to fetch changes up to 14315b73a8e7aef9125c7c1aa28ebe3f0725a202: mach-snapdragon: Update fdtfile logic to work for RB1 and RB2 (2025-06-02 18:20:40 +0200) ---------------------------------------------------------------- More Qualcomm fixes for 2025.07 * Adjust fdtfile logic to support more boards * Support linux,code variable in qcom-pmic button driver * Minor CLK API adjustments and apq8096/msm8916 fixes * vbus regulator register fixes * dragonboard410c KASLR support and other fixes ---------------------------------------------------------------- Alexey Minnekhanov (1): button: qcom-pmic: allow to specify code in devicetree Rui Miguel Silva (1): power: qcom_vbus_regulator: add and fix support for pmic variants Stephan Gerhold (9): board: dragonboard410c: Fix button cmd name board: dragonboard410c: Drop custom reduced malloc size board: dragonboard410c: Enable support for KASLR in Linux clk: qcom: apq8016: Fix SDCC clock addresses clk: qcom: Move qcom_gate_clk_en() to C file clk: qcom: Use setbits_le32() for qcom_gate_clk_en() clk: qcom: Allow polling for clock status in qcom_gate_clk_en() clk: qcom: apq8016: Convert GATE_CLK() to GATE_CLK_POLLED() clk: qcom: apq8016: Fix SDCC clock warnings Sumit Garg (1): mach-snapdragon: Update fdtfile logic to work for RB1 and RB2 arch/arm/mach-snapdragon/board.c | 63 ++++++++++++---------- board/qualcomm/dragonboard410c/dragonboard410c.env | 2 +- configs/dragonboard410c_defconfig | 3 +- drivers/button/button-qcom-pmic.c | 15 ++++++ drivers/clk/qcom/clock-apq8016.c | 17 +++--- drivers/clk/qcom/clock-qcom.c | 27 ++++++++++ drivers/clk/qcom/clock-qcom.h | 26 ++++----- drivers/power/regulator/qcom_usb_vbus_regulator.c | 37 ++++++++++--- 8 files changed, 129 insertions(+), 61 deletions(-)

