diff options
| author | Jorge Ramirez-Ortiz <[email protected]> | 2025-04-07 19:56:16 +0200 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2025-04-10 15:43:11 +0200 |
| commit | 7afddbee3b1f667b9ff752e9779d1eb9e2992ba4 (patch) | |
| tree | dd458f0fec2270eb95feae989705c1f6e32ab6fa /drivers | |
| parent | 8fc48d1a01acec2568b48b2afd6303397af593c8 (diff) | |
clk: stub: add qcom,glink-smd-rpm
Add support for the resource power manager clocks over SMD/GLINK to be
stubbed.
Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Caleb Connolly <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/clk-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c index 521ecfc5917..5f5aca41d5b 100644 --- a/drivers/clk/clk-stub.c +++ b/drivers/clk/clk-stub.c @@ -14,7 +14,7 @@ static const struct udevice_id nop_parent_ids[] = { { .compatible = "qcom,rpm-proc" }, { .compatible = "qcom,glink-rpm" }, - { .compatible = "qcom,rpm-sm6115" }, + { .compatible = "qcom,glink-smd-rpm" }, { } }; |
