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:
69aab56
)
clk/stub: add sc7280-rpmh clock
author
Caleb Connolly
<caleb.connolly@linaro.org>
Mon, 17 Mar 2025 15:54:36 +0000
(15:54 +0000)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Mon, 17 Mar 2025 15:54:36 +0000
(15:54 +0000)
Stub the RPMh clock controller on SC7280
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/clk-stub.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-stub.c
b/drivers/clk/clk-stub.c
index
5fbbb07
..
343fa5c
100644
(file)
--- 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,sc7280-rpmh-clk" },
{ .compatible = "qcom,sm8150-rpmh-clk" },
{ .compatible = "qcom,sm8250-rpmh-clk" },
{ .compatible = "qcom,sm8550-rpmh-clk" },