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

drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660

VDDA is not present and the specified load value is wrong. Fix it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210728222057.52641-1-konrad.dybcio@somainline.org
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Konrad Dybcio and committed by
Rob Clark
462f7017 2fd653bb

+1 -2
-1
drivers/gpu/drm/msm/dsi/dsi_cfg.c
··· 150 150 .reg_cfg = { 151 151 .num = 2, 152 152 .regs = { 153 - {"vdd", 73400, 32 }, /* 0.9 V */ 154 153 {"vdda", 12560, 4 }, /* 1.2 V */ 155 154 }, 156 155 },
+1 -1
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c
··· 1050 1050 .reg_cfg = { 1051 1051 .num = 1, 1052 1052 .regs = { 1053 - {"vcca", 17000, 32}, 1053 + {"vcca", 73400, 32}, 1054 1054 }, 1055 1055 }, 1056 1056 .ops = {