diff options
| author | Jens Reidel <[email protected]> | 2025-08-27 01:17:52 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-30 11:04:51 -0600 |
| commit | 077ae372da91a77299e7464aea94024083db1976 (patch) | |
| tree | e6f23aeff28f04195de2f1646275e3920fb95d43 | |
| parent | 30eb854a56cdf74fba00d6a8fb7bfc1004d476e6 (diff) | |
clk/stub: add sc7180-rpmh clock
Stub the RPMh clock controller on SC7180.
Signed-off-by: Jens Reidel <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | drivers/clk/clk-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index 14a7b9948e6..117266ac778 100644 --- 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" }, |
