[PATCH v3 03/17] clk/stub: add sc7180-rpmh clock
    Stephen Boyd 
    swboyd at chromium.org
       
    Mon Apr 28 21:24:10 CEST 2025
    
    
  
Stub the RPMh clock controller on SC7180
Signed-off-by: Stephen Boyd <swboyd at chromium.org>
---
 drivers/clk/clk-stub.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c
index 5f5aca41d5b3..23670c2f4425 100644
--- a/drivers/clk/clk-stub.c
+++ b/drivers/clk/clk-stub.c
@@ -51,6 +51,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,sc7180-rpmh-clk" },
 	{ .compatible = "qcom,sc7280-rpmh-clk" },
 	{ .compatible = "qcom,sm8150-rpmh-clk" },
 	{ .compatible = "qcom,sm8250-rpmh-clk" },
-- 
Sent by a computer, using git, on the internet
    
    
More information about the U-Boot
mailing list