From: David Wronek Date: Fri, 3 Oct 2025 10:01:09 +0000 (+0200) Subject: clk/stub: add sdm670 rpmh clock X-Git-Tag: v2026.01-rc2~53^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e591130256d0a44436092ac1730ced29b6a1696;p=pandora-u-boot.git clk/stub: add sdm670 rpmh clock Necessary for MMC to successfully probe all clocks. Reviewed-by: Neil Armstrong Signed-off-by: David Wronek Link: https://lore.kernel.org/r/20251003-sdm670-v2-1-52c0fa481286@mainlining.org Signed-off-by: Casey Connolly --- diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index 5f5aca41d5b..d02107ff32a 100644 --- a/drivers/clk/clk-stub.c +++ b/drivers/clk/clk-stub.c @@ -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" },