Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Val Packett and committed by
Bjorn Andersson
73322066 ccb92c78

+1
+1
drivers/clk/qcom/gcc-sc8180x.c
··· 4663 4663 .num_resets = ARRAY_SIZE(gcc_sc8180x_resets), 4664 4664 .gdscs = gcc_sc8180x_gdscs, 4665 4665 .num_gdscs = ARRAY_SIZE(gcc_sc8180x_gdscs), 4666 + .use_rpm = true, 4666 4667 }; 4667 4668 4668 4669 static const struct of_device_id gcc_sc8180x_match_table[] = {