[PATCH 0/2] clk/qcom: fix UFS and MMC clock enable errors

Caleb Connolly caleb.connolly at linaro.org
Mon Mar 17 17:15:00 CET 2025


We're missing a few clocks that the MMC and UFS drivers try to enable on
SC7280. These aren't fatal (the clocks are actually already enabled by
the previous bootloader stage). But it's good practise to enable them
anyway.

This doesn't handle programming the RCGs (the parent clocks) since we
expect them to be enabled.

This depends on https://lore.kernel.org/u-boot/20250314-sc7280-more-clocks-v1-0-ead54487c38e@linaro.org

---
Caleb Connolly (2):
      clk/stub: add sc7280-rpmh clock
      clk/qcom: sc7280: add missing UFS and MMC clocks

 drivers/clk/clk-stub.c          |  1 +
 drivers/clk/qcom/clock-sc7280.c | 11 +++++++++++
 2 files changed, 12 insertions(+)
---
base-commit: 0e1fc465fea62ebae91f2f56cb823e8b37ee1077

Caleb Connolly <caleb.connolly at linaro.org>



More information about the U-Boot mailing list