U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Qualcomm: fix sdm845 clocks and enable fastboot
@ 2025-03-24 18:17 Caleb Connolly
  2025-03-24 18:17 ` [PATCH 1/4] clk/stub: add sdm845 rpmh clock Caleb Connolly
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Caleb Connolly @ 2025-03-24 18:17 UTC (permalink / raw)
  To: Lukasz Majewski, Sean Anderson, Tom Rini, Caleb Connolly,
	Neil Armstrong, Sumit Garg, Rayagonda Kokatanur, Ramon Fried
  Cc: u-boot, u-boot-qcom

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>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-03-31 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 18:17 [PATCH 0/4] Qualcomm: fix sdm845 clocks and enable fastboot Caleb Connolly
2025-03-24 18:17 ` [PATCH 1/4] clk/stub: add sdm845 rpmh clock Caleb Connolly
2025-03-25  7:27   ` Neil Armstrong
2025-03-24 18:17 ` [PATCH 2/4] clk/qcom: sdm845: add GCC_AGGRE_UFS_PHY_AXI_CLK Caleb Connolly
2025-03-25  7:27   ` Neil Armstrong
2025-03-24 18:17 ` [PATCH 3/4] mach-snapdragon: enable DM_USB_GADGET by default Caleb Connolly
2025-03-24 18:17 ` [PATCH 4/4] qcom_defconfig: enable fastboot Caleb Connolly
2025-03-25  7:28   ` Neil Armstrong
2025-03-31 13:34 ` [PATCH 0/4] Qualcomm: fix sdm845 clocks and " Caleb Connolly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox