git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30eb854
)
clk/stub: add sc7180-rpmh clock
author
Jens Reidel
<adrian@mainlining.org>
Tue, 26 Aug 2025 23:17:52 +0000
(
01:17
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 30 Oct 2025 17:04:51 +0000
(11:04 -0600)
Stub the RPMh clock controller on SC7180.
Signed-off-by: Jens Reidel <adrian@mainlining.org>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Link:
https://lore.kernel.org/r/20250826231752.60633-1-adrian@mainlining.org
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
drivers/clk/clk-stub.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-stub.c
b/drivers/clk/clk-stub.c
index
14a7b99
..
117266a
100644
(file)
--- a/
drivers/clk/clk-stub.c
+++ b/
drivers/clk/clk-stub.c
@@
-52,6
+52,7
@@
static const struct udevice_id stub_clk_ids[] = {
{ .compatible = "qcom,rpmcc" },
{ .compatible = "qcom,sdm670-rpmh-clk" },
{ .compatible = "qcom,sdm845-rpmh-clk" },
+ { .compatible = "qcom,sc7180-rpmh-clk" },
{ .compatible = "qcom,sc7280-rpmh-clk" },
{ .compatible = "qcom,sm6350-rpmh-clk" },
{ .compatible = "qcom,sm8150-rpmh-clk" },