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/[email protected] --- 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 <[email protected]>

