[PATCH v2 2/7] clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Mon Apr 27 11:26:06 CEST 2026
Add RPMH clock compatible strings for QCS615 and SA8775P
SoCs to enable clock framework support on these platforms.
Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
---
Changes in v2:
- Removed sc7280 compatible which was already there
---
drivers/clk/clk-stub.c | 2 ++
1 file changed, 2 insertions(+)
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" },
--
2.34.1
More information about the U-Boot
mailing list