Skip to content

Commit b949193

Browse files
superna9999vinodkoul
authored andcommitted
phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value
Use the same CNTL2_DIF_TX_CTL0 value used by the vendor, it was reported fixing timings issues. Fixes: 2a56dc6 ("phy: amlogic: Add G12A Analog MIPI D-PHY driver") Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/20230512-amlogic-v6-4-upstream-dsi-ccf-vim3-v4-10-2592c29ea263@linaro.org Signed-off-by: Vinod Koul <[email protected]>
1 parent 03262a3 commit b949193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static int phy_g12a_mipi_dphy_analog_power_on(struct phy *phy)
7070
HHI_MIPI_CNTL1_BANDGAP);
7171

7272
regmap_write(priv->regmap, HHI_MIPI_CNTL2,
73-
FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL0, 0x459) |
73+
FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL0, 0x45a) |
7474
FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL1, 0x2680));
7575

7676
reg = DSI_LANE_CLK;

0 commit comments

Comments
 (0)