Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/msm/dsi: Uncomment core_mmss clock for MSM8996

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.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210228124328.136397-1-konrad.dybcio@somainline.org
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

AngeloGioacchino Del Regno and committed by
Rob Clark
0340e812 0938def7

+1 -5
+1 -5
drivers/gpu/drm/msm/dsi/dsi_cfg.c
··· 106 106 .num_dsi = 2, 107 107 }; 108 108 109 - /* 110 - * TODO: core_mmss_clk fails to enable for some reason, but things work fine 111 - * without it too. Figure out why it doesn't enable and uncomment below 112 - */ 113 109 static const char * const dsi_8996_bus_clk_names[] = { 114 - "mdp_core", "iface", "bus", /* "core_mmss", */ 110 + "mdp_core", "iface", "bus", "core_mmss", 115 111 }; 116 112 117 113 static const struct msm_dsi_config msm8996_dsi_cfg = {