Skip to content

Commit a1653a7

Browse files
diandersAbhinav Kumar
authored andcommitted
drm/msm/dsi: Fix number of regulators for SDM660
1 regulator is listed but the number 2 is specified. This presumably means we try to get a regulator with no name. Fix it. Fixes: 462f701 ("drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660") Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/496323/ Link: https://lore.kernel.org/r/20220804073608.v4.2.I94b3c3e412b7c208061349f05659e126483171b1@changeid Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent 1e00d6a commit a1653a7

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
@@ -148,7 +148,7 @@ static const char * const dsi_sdm660_bus_clk_names[] = {
148148
static const struct msm_dsi_config sdm660_dsi_cfg = {
149149
.io_offset = DSI_6G_REG_SHIFT,
150150
.reg_cfg = {
151-
.num = 2,
151+
.num = 1,
152152
.regs = {
153153
{"vdda", 12560, 4 }, /* 1.2 V */
154154
},

0 commit comments

Comments
 (0)