Skip to content

Commit

Permalink
drm/msm/dsi: fix address for second DSI PHY on SDM660
Browse files Browse the repository at this point in the history
[ Upstream commit 9208c70 ]

Correct a typo in the address of the second DSI PHY in the SDM660 device
config.

Fixes: 694dd30 ("drm/msm/dsi: Add phy configuration for SDM630/636/660")
Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Patchwork: https://patchwork.freedesktop.org/patch/484697/
Link: https://lore.kernel.org/r/20220503204340.935532-1-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
lumag authored and gregkh committed Jun 9, 2022
1 parent a7ca30c commit 8f681f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c
Expand Up @@ -1062,7 +1062,7 @@ const struct msm_dsi_phy_cfg dsi_phy_14nm_660_cfgs = {
},
.min_pll_rate = VCO_MIN_RATE,
.max_pll_rate = VCO_MAX_RATE,
.io_start = { 0xc994400, 0xc996000 },
.io_start = { 0xc994400, 0xc996400 },
.num_dsi_phy = 2,
};

Expand Down

0 comments on commit 8f681f4

Please sign in to comment.