Skip to content

Commit 1e00d6a

Browse files
diandersAbhinav Kumar
authored andcommitted
drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg
3 regulators are listed but the number 2 is specified. Fix it. Fixes: 3a3ff88 ("drm/msm/dsi: Add 8x96 info in dsi_cfg") Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/496318/ Link: https://lore.kernel.org/r/20220804073608.v4.1.I1056ee3f77f71287f333279efe4c85f88d403f65@changeid Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent 032d579 commit 1e00d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/msm/dsi/dsi_cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static const char * const dsi_8996_bus_clk_names[] = {
109109
static const struct msm_dsi_config msm8996_dsi_cfg = {
110110
.io_offset = DSI_6G_REG_SHIFT,
111111
.reg_cfg = {
112-
.num = 2,
112+
.num = 3,
113113
.regs = {
114114
{"vdda", 18160, 1 }, /* 1.25 V */
115115
{"vcca", 17000, 32 }, /* 0.925 V */

0 commit comments

Comments
 (0)