mbox series

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

Message ID 20250317-sc7280-mmc-ufs-clocks-v1-0-38e05c16511b@linaro.org
Headers show
Series clk/qcom: fix UFS and MMC clock enable errors | expand

Message

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