phy/rockchip: inno-dsidphy: remove duplicate code from inno_dsidphy_mipi_mode_enable()

Remove one duplicated call inno_mipi_dphy_lane_enable().

Fixes: 45963f36a7 ("phy/rockchip: inno-dsidphy: add rk3568 dsi dphy support")
Change-Id: I64d9e51d7f7d2ff2cc426f9cd3f81ef1e38fa414
Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com>
This commit is contained in:
Zhibin Huang
2023-07-21 09:53:17 +00:00
committed by Tao Huang
parent ce8d18569c
commit f3eda81058

View File

@@ -626,7 +626,6 @@ static void inno_dsidphy_mipi_mode_enable(struct inno_dsidphy *inno)
inno_mipi_dphy_reset(inno);
inno_mipi_dphy_timing_init(inno);
inno_mipi_dphy_lane_enable(inno);
inno_mipi_dphy_lane_enable(inno);
}
static void inno_dsidphy_lvds_mode_enable(struct inno_dsidphy *inno)