]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
clk/stub: add sdm670 rpmh clock
authorDavid Wronek <david.wronek@mainlining.org>
Fri, 3 Oct 2025 10:01:09 +0000 (12:01 +0200)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:32 +0000 (12:27 +0100)
Necessary for MMC to successfully probe all clocks.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: David Wronek <david.wronek@mainlining.org>
Link: https://lore.kernel.org/r/20251003-sdm670-v2-1-52c0fa481286@mainlining.org
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
drivers/clk/clk-stub.c

index 5f5aca41d5b322537f070a740bf1f80531006036..d02107ff32a7a8920e352e53b2dc21805a010d04 100644 (file)
@@ -50,6 +50,7 @@ static struct clk_ops stub_clk_ops = {
 
 static const struct udevice_id stub_clk_ids[] = {
        { .compatible = "qcom,rpmcc" },
+       { .compatible = "qcom,sdm670-rpmh-clk" },
        { .compatible = "qcom,sdm845-rpmh-clk" },
        { .compatible = "qcom,sc7280-rpmh-clk" },
        { .compatible = "qcom,sm8150-rpmh-clk" },