drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Wed, 28 Jul 2021 22:20:54 +0000 (00:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:26 +0000 (13:40 +0200)
[ Upstream commit 462f7017a6918d152870bfb8852f3c70fd74b296 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/msm/dsi/dsi_cfg.c
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c

index b2ff68a15791a60537b83d3850e53b2d3525dba1..d255bea87ca41e9e30b6715a100cd77b1050c5cf 100644 (file)
@@ -158,7 +158,6 @@ static const struct msm_dsi_config sdm660_dsi_cfg = {
        .reg_cfg = {
                .num = 2,
                .regs = {
-                       {"vdd", 73400, 32 },    /* 0.9 V */
                        {"vdda", 12560, 4 },    /* 1.2 V */
                },
        },
index 519400501bcdfa4b5db4d35b8e0ef637ac330f48..1ca9e73c6e0789dd8c621b9be7cbd96ee64e7838 100644 (file)
@@ -168,7 +168,7 @@ const struct msm_dsi_phy_cfg dsi_phy_14nm_660_cfgs = {
        .reg_cfg = {
                .num = 1,
                .regs = {
-                       {"vcca", 17000, 32},
+                       {"vcca", 73400, 32},
                },
        },
        .ops = {