diff options
| author | Val Packett <val@packett.cool> | 2026-03-12 08:12:10 -0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-03-18 21:08:52 -0500 |
| commit | 733220662679da538c5c416b3367acc7cb212f29 (patch) | |
| tree | 6831ca973a3e603ac913cd56ea39c6a3daefec7a | |
| parent | ccb92c78b42edd26225b4d5920847dfee3e1b093 (diff) | |
clk: qcom: gcc-sc8180x: Enable runtime PM support
The GCC block on SC8180X is powered by the CX rail. We need to ensure
that it's enabled to prevent unwanted power collapse.
Enable runtime PM to keep the power flowing only when necessary.
Signed-off-by: Val Packett <val@packett.cool>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260312112321.370983-6-val@packett.cool
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | drivers/clk/qcom/gcc-sc8180x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/gcc-sc8180x.c b/drivers/clk/qcom/gcc-sc8180x.c index 4095a1f54a09..2888c4ebd5e8 100644 --- a/drivers/clk/qcom/gcc-sc8180x.c +++ b/drivers/clk/qcom/gcc-sc8180x.c @@ -4663,6 +4663,7 @@ static const struct qcom_cc_desc gcc_sc8180x_desc = { .num_resets = ARRAY_SIZE(gcc_sc8180x_resets), .gdscs = gcc_sc8180x_gdscs, .num_gdscs = ARRAY_SIZE(gcc_sc8180x_gdscs), + .use_rpm = true, }; static const struct of_device_id gcc_sc8180x_match_table[] = { |
