From: Caleb Connolly Date: Mon, 24 Mar 2025 18:17:37 +0000 (+0100) Subject: clk/stub: add sdm845 rpmh clock X-Git-Tag: v2025.07-rc1~78^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c07628e5b5ad6a2914613fb3e83797280567ce9;p=pandora-u-boot.git clk/stub: add sdm845 rpmh clock Necessary for UFS to successfully probe all clocks. Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250324-sdm845-fixes-fastboot-v1-1-d177a10f336d@linaro.org Signed-off-by: Caleb Connolly --- diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index 343fa5cd3fe..521ecfc5917 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,sdm845-rpmh-clk" }, { .compatible = "qcom,sc7280-rpmh-clk" }, { .compatible = "qcom,sm8150-rpmh-clk" }, { .compatible = "qcom,sm8250-rpmh-clk" },