mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
clk: qcom: gcc-glymur: Enable runtime PM
Enable runtime PM for the controller so the common GCC probe path resumes
the attached domain while registering clocks, resets and GDSCs.
This lets GDSC consumers propagate their votes through the GCC provider to
the CX parent domain.
Fixes: efe504300a ("clk: qcom: gcc: Add support for Global Clock Controller")
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260715-glymur-fix-gcc-cx-scaling-v3-2-72eb5adad156@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
d22a37e9fb
commit
8d4f342369
|
|
@ -8549,6 +8549,7 @@ static const struct qcom_cc_desc gcc_glymur_desc = {
|
|||
.num_resets = ARRAY_SIZE(gcc_glymur_resets),
|
||||
.gdscs = gcc_glymur_gdscs,
|
||||
.num_gdscs = ARRAY_SIZE(gcc_glymur_gdscs),
|
||||
.use_rpm = true,
|
||||
.driver_data = &gcc_glymur_driver_data,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user