Message ID | 20210228124328.136397-1-konrad.dybcio@somainline.org |
---|---|
State | New |
Headers | show |
Series | drm/msm/dsi: Uncomment core_mmss clock for MSM8996 | expand |
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Sun, 28 Feb 2021 13:43:26 +0100 you wrote: > From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > > The MSM8996 core_mmss clock was commented out due to some > strange issues that others were experiencing. > > At least SONY Tone family is working perfectly fine with this clock > declared and gets it up and running without any error. > > [...] Here is the summary with links: - drm/msm/dsi: Uncomment core_mmss clock for MSM8996 https://git.kernel.org/qcom/c/0340e8123faf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/gpu/drm/msm/dsi/dsi_cfg.c b/drivers/gpu/drm/msm/dsi/dsi_cfg.c index b2ff68a15791..f3f1c03c7db9 100644 --- a/drivers/gpu/drm/msm/dsi/dsi_cfg.c +++ b/drivers/gpu/drm/msm/dsi/dsi_cfg.c @@ -106,12 +106,8 @@ static const struct msm_dsi_config msm8994_dsi_cfg = { .num_dsi = 2, }; -/* - * TODO: core_mmss_clk fails to enable for some reason, but things work fine - * without it too. Figure out why it doesn't enable and uncomment below - */ static const char * const dsi_8996_bus_clk_names[] = { - "mdp_core", "iface", "bus", /* "core_mmss", */ + "mdp_core", "iface", "bus", "core_mmss", }; static const struct msm_dsi_config msm8996_dsi_cfg = {