|
|
@@ -1494,6 +1494,7 @@ static int mhdp_link_training(struct cdns_mhdp_device *mhdp,
|
|
|
cdns_mhdp_reg_read(mhdp, CDNS_DP_FRAMER_GLOBAL_CONFIG, ®32);
|
|
|
reg32 &= ~GENMASK(1, 0);
|
|
|
reg32 |= CDNS_DP_NUM_LANES(mhdp->link.num_lanes);
|
|
|
+ reg32 |= CDNS_DP_WR_FAILING_EDGE_VSYNC;
|
|
|
cdns_mhdp_reg_write(mhdp, CDNS_DP_FRAMER_GLOBAL_CONFIG, reg32);
|
|
|
|
|
|
/* Reset PHY config */
|