Message ID | 20180629113640.11888-1-vivek.gautam@codeaurora.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
Quoting Vivek Gautam (2018-06-29 04:36:40) > Patch (7705bb7176b9 clk: qcom: mmcc-msm8996: leave all mmagic gdscs > and clocks always enabled") makes all mmgaic gdscs ALWAYS_ON. > The mmagic_bimc_gdsc is also needed to be turned on to get display > working on 8x96. > > Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> > Cc: Rajendra Nayak <rnayak@codeaurora.org> > Cc: Bjorn Andersson <bjorn.andersson@linaro.org> > Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > --- Applied to clk-fixes -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/clk/qcom/mmcc-msm8996.c b/drivers/clk/qcom/mmcc-msm8996.c index dfc5b4e431d3..38311a67e846 100644 --- a/drivers/clk/qcom/mmcc-msm8996.c +++ b/drivers/clk/qcom/mmcc-msm8996.c @@ -2910,6 +2910,7 @@ static struct gdsc mmagic_bimc_gdsc = { .name = "mmagic_bimc", }, .pwrsts = PWRSTS_OFF_ON, + .flags = ALWAYS_ON, }; static struct gdsc mmagic_video_gdsc = {
Patch (7705bb7176b9 clk: qcom: mmcc-msm8996: leave all mmagic gdscs and clocks always enabled") makes all mmgaic gdscs ALWAYS_ON. The mmagic_bimc_gdsc is also needed to be turned on to get display working on 8x96. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Rajendra Nayak <rnayak@codeaurora.org> Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- - Corrected the hash id of upstream patch in commit message. drivers/clk/qcom/mmcc-msm8996.c | 1 + 1 file changed, 1 insertion(+)