diff mbox

[RESEND,1/1] clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON

Message ID 20180629113640.11888-1-vivek.gautam@codeaurora.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Vivek Gautam June 29, 2018, 11:36 a.m. UTC
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(+)

Comments

Stephen Boyd July 6, 2018, 6:24 p.m. UTC | #1
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-clk" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 = {