mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
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 <jorge.ramirez@oss.qualcomm.com> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Link: https://lore.kernel.org/r/20250407175617.3494506-4-jorge.ramirez@oss.qualcomm.com Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
8fc48d1a01
commit
7afddbee3b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
static const struct udevice_id nop_parent_ids[] = {
|
static const struct udevice_id nop_parent_ids[] = {
|
||||||
{ .compatible = "qcom,rpm-proc" },
|
{ .compatible = "qcom,rpm-proc" },
|
||||||
{ .compatible = "qcom,glink-rpm" },
|
{ .compatible = "qcom,glink-rpm" },
|
||||||
{ .compatible = "qcom,rpm-sm6115" },
|
{ .compatible = "qcom,glink-smd-rpm" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue