diff options
| author | Balaji Selvanathan <[email protected]> | 2026-04-27 14:56:06 +0530 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2026-05-18 11:04:13 +0200 |
| commit | be1dc88b4a15b10df5a446f7219da58b3795d70d (patch) | |
| tree | d497ef4aba7bb354ae55ba979552d664fe46a187 | |
| parent | 40b43c94d29e91a023d6690eaa4fb9720a0ed1a1 (diff) | |
clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P
Add RPMH clock compatible strings for QCS615 and SA8775P
SoCs to enable clock framework support on these platforms.
Signed-off-by: Balaji Selvanathan <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | drivers/clk/clk-stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index ddcaaa00d91..4a6c71016da 100644 --- a/drivers/clk/clk-stub.c +++ b/drivers/clk/clk-stub.c @@ -49,7 +49,9 @@ static struct clk_ops stub_clk_ops = { }; static const struct udevice_id stub_clk_ids[] = { + { .compatible = "qcom,qcs615-rpmh-clk" }, { .compatible = "qcom,rpmcc" }, + { .compatible = "qcom,sa8775p-rpmh-clk" }, { .compatible = "qcom,sc7180-rpmh-clk" }, { .compatible = "qcom,sc7280-rpmh-clk" }, { .compatible = "qcom,sdm670-rpmh-clk" }, |
