mbox series

[0/4] Qualcomm: fix sdm845 clocks and enable fastboot

Message ID 20250324-sdm845-fixes-fastboot-v1-0-d177a10f336d@linaro.org
Headers show
Series Qualcomm: fix sdm845 clocks and enable fastboot | expand

Message

Caleb Connolly March 24, 2025, 6:17 p.m. UTC
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@linaro.org>

Comments

Caleb Connolly March 31, 2025, 1:34 p.m. UTC | #1
On Mon, 24 Mar 2025 19:17:36 +0100, Caleb Connolly wrote:
> 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).
> 
> [...]

Applied, thanks!

[1/4] clk/stub: add sdm845 rpmh clock
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/f1db41b320b7
[2/4] clk/qcom: sdm845: add GCC_AGGRE_UFS_PHY_AXI_CLK
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/15cde58aaf5f
[3/4] mach-snapdragon: enable DM_USB_GADGET by default
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/7235dbedfce3
[4/4] qcom_defconfig: enable fastboot
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/af2bc4c21dd1

Best regards,