From: Julius Lehmann Date: Mon, 10 Feb 2025 16:27:27 +0000 (+0000) Subject: clk: stub: add sm8150 compatible id X-Git-Tag: v2025.04-rc4~21^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=506f6a384c335e86c4812c5e734dea4eabc21130;p=thirdparty%2Fu-boot.git clk: stub: add sm8150 compatible id Add support for sm8150 clock controller to clk stub driver. Signed-off-by: Julius Lehmann Reviewed-by: Neil Armstrong --- diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index ea817031fa6..5fbbb07b7f7 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,sm8150-rpmh-clk" }, { .compatible = "qcom,sm8250-rpmh-clk" }, { .compatible = "qcom,sm8550-rpmh-clk" }, { .compatible = "qcom,sm8650-rpmh-clk" },