Skip to content

Commit 9736825

Browse files
MarijnS95Abhinav Kumar
authored andcommitted
drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config
The regulator setup was likely copied from other SoCs by mistake. Just like SM6125 the DSI PHY on this platform is not getting power from a regulator but from the MX power domain. Fixes: 572e9fd ("drm/msm/dsi: Add phy configuration for QCM2290") Signed-off-by: Marijn Suijten <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/544536/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abhinav Kumar <[email protected]>
1 parent e8383f5 commit 9736825

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,6 @@ const struct msm_dsi_phy_cfg dsi_phy_14nm_8953_cfgs = {
10871087

10881088
const struct msm_dsi_phy_cfg dsi_phy_14nm_2290_cfgs = {
10891089
.has_phy_lane = true,
1090-
.regulator_data = dsi_phy_14nm_17mA_regulators,
1091-
.num_regulators = ARRAY_SIZE(dsi_phy_14nm_17mA_regulators),
10921090
.ops = {
10931091
.enable = dsi_14nm_phy_enable,
10941092
.disable = dsi_14nm_phy_disable,

0 commit comments

Comments
 (0)