Skip to content

Commit 9af914d

Browse files
gugulotmichalsimek
authored andcommitted
phy: xilinx-xhdmiphy: Fix failing lower resolution modes on Versal Gen2 devices
Lower resolution modes were failing to work with the Versal Gen2 device. Update DRU tolerance values to fix this issue. Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Reviewed-by: Vishal Sagar <vishal.sagar@amd.com> Message-ID: <1760093040-2194647-1-git-send-email-rajesh.gugulothu@amd.com> State: pending
1 parent de4312e commit 9af914d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎drivers/phy/xilinx/xhdmiphy.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK1_MIN 124990000LL
159159
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK1_MAX 125010000LL
160160
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK2 400000000LL
161-
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK2_MIN 399990000LL
162-
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK2_MAX 400010000LL
161+
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK2_MIN 399970000LL
162+
#define XHDMIPHY_HDMI_GTYE5_DRU_REFCLK2_MAX 400050000LL
163163
#define XHDMIPHY_HDMI_GTYE5_LCPLL_REFCLK_MIN 120000000LL
164164
#define XHDMIPHY_HDMI_GTYE5_RPLL_REFCLK_MIN 120000000LL
165165

0 commit comments

Comments
 (0)