Skip to content

Commit e44f10c

Browse files
Rajesh GugulothuMichal Simek
authored andcommitted
phy: xilinx-xhdmiphy: Fix connector linerate setting in FRL mode
This patch removes unnecessary xhdmiphy_set_lrate function call under the rx_get_refclk flag as it is already getting called for HDMI-RX FRL mode under config_hdmi21 flag as per the bare-metal driver. Signed-off-by: Rajesh Gugulothu <gugulothu.rajesh@xilinx.com> Reviewed-by: Vishal Sagar <vishal.sagar@xilinx.com>
1 parent 070e7db commit e44f10c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎drivers/phy/xilinx/xhdmiphy.c‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ static int xhdmiphy_configure(struct phy *phy, union phy_configure_opts *opts)
164164
cfg->rx_refclk_hz);
165165
} else if (cfg->rx_get_refclk) {
166166
cfg->rx_refclk_hz = phy_dev->rx_refclk_hz;
167-
xhdmiphy_set_lrate(phy_dev, phy_lane->direction, 1,
168-
cfg->rx_refclk_hz);
169167
} else if (cfg->reset_gt) {
170168
xhdmiphy_rst_gt_txrx(phy_dev, XHDMIPHY_CHID_CHA,
171169
XHDMIPHY_DIR_RX, false);

0 commit comments

Comments
 (0)