Skip to content

Commit 4e13c7a

Browse files
lumagandersson
authored andcommitted
clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags
Using PWRSTS_RET on msm8974's MDSS_GDSC causes display to stop working. The gdsc doesn't fully come out of retention mode. Change it's pwrsts flags to PWRSTS_OFF_ON. Fixes: d399723 ("clk: qcom: gdsc: Fix the handling of PWRSTS_RET support") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Rajendra Nayak <quic_rjendra@quicinc.com> Tested-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lore.kernel.org/r/20230507175335.2321503-2-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 097d359 commit 4e13c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/mmcc-msm8974.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ static struct gdsc mdss_gdsc = {
23842384
.pd = {
23852385
.name = "mdss",
23862386
},
2387-
.pwrsts = PWRSTS_RET_ON,
2387+
.pwrsts = PWRSTS_OFF_ON,
23882388
};
23892389

23902390
static struct gdsc camss_jpeg_gdsc = {

0 commit comments

Comments
 (0)