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:
ec8209d
)
clk/stub: add sdm845 rpmh clock
author
Caleb Connolly
<caleb.connolly@linaro.org>
Mon, 24 Mar 2025 18:17:37 +0000
(19:17 +0100)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Thu, 10 Apr 2025 13:43:08 +0000
(15:43 +0200)
Necessary for UFS to successfully probe all clocks.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link:
https://lore.kernel.org/r/20250324-sdm845-fixes-fastboot-v1-1-d177a10f336d@linaro.org
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
343fa5c
..
521ecfc
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,sdm845-rpmh-clk" },
{ .compatible = "qcom,sc7280-rpmh-clk" },
{ .compatible = "qcom,sm8150-rpmh-clk" },
{ .compatible = "qcom,sm8250-rpmh-clk" },