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-sc7280: Update the .pwrsts for PCIe GDSC

Enabling PCIe GDSC retention to ensure controller and its
dependent clocks won't go down during system suspend.
Update the .pwrsts for PCIe GDSC so it only transitions
to RET in low power.

Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/1663669347-29308-6-git-send-email-quic_krichai@quicinc.com

authored by

Krishna chaitanya chundru and committed by
Bjorn Andersson
1a58ee13 31e4fcf9

+1 -1
+1 -1
drivers/clk/qcom/gcc-sc7280.c
··· 3108 3108 .pd = { 3109 3109 .name = "gcc_pcie_1_gdsc", 3110 3110 }, 3111 - .pwrsts = PWRSTS_OFF_ON, 3111 + .pwrsts = PWRSTS_RET_ON, 3112 3112 .flags = VOTABLE, 3113 3113 }; 3114 3114