mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
clk: qcom: gcc-msm8917: Remove ALWAYS_ON flag from cpp_gdsc
cpp_gdsc should not be always on, ALWAYS_ON flag was set accidentally.
Fixes: 33cc27a47d ("clk: qcom: Add global clock controller driver for MSM8917")
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251117-fix-gdsc-cpp-msm8917-msm8953-v1-2-db33adcff28a@mainlining.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
5f613e7034
commit
e4eb42f290
1 changed files with 0 additions and 1 deletions
|
|
@ -3464,7 +3464,6 @@ static struct gdsc cpp_gdsc = {
|
|||
.pd = {
|
||||
.name = "cpp_gdsc",
|
||||
},
|
||||
.flags = ALWAYS_ON,
|
||||
.pwrsts = PWRSTS_OFF_ON,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue