[PATCH 0/4] Qualcomm: fix sdm845 clocks and enable fastboot
Caleb Connolly
caleb.connolly at linaro.org
Mon Mar 24 19:17:36 CET 2025
Fix clock init failures for USB and UFS on SDM845 devices, stub the RPMh
clock controller, enable DM_USB_GADGET and fastboot support for all
Qualcomm platforms supported by qcom_defconfig.
Fastboot isn't super useful yet, but can be used for flashing MMC
(either internal or sdcard).
Depends on https://lore.kernel.org/u-boot/20250319-sdm845-usb-clocks-v1-1-ddea854f62ec@samcday.com
Depends on https://lore.kernel.org/u-boot/20250227094911.497219-2-rui.silva@linaro.org/
---
Caleb Connolly (4):
clk/stub: add sdm845 rpmh clock
clk/qcom: sdm845: add GCC_AGGRE_UFS_PHY_AXI_CLK
mach-snapdragon: enable DM_USB_GADGET by default
qcom_defconfig: enable fastboot
arch/arm/Kconfig | 1 +
configs/dragonboard410c_defconfig | 1 +
configs/qcom_defconfig | 5 +++++
drivers/clk/clk-stub.c | 1 +
drivers/clk/qcom/clock-sdm845.c | 1 +
5 files changed, 9 insertions(+)
---
base-commit: dcb6a5e7651f4a6cebfad4389119407e2a852783
Caleb Connolly <caleb.connolly at linaro.org>
More information about the U-Boot
mailing list