Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 58387979 authored by Jayesh Choudhary's avatar Jayesh Choudhary Committed by Udit Kumar
Browse files

HACK: arm64: dts: ti: k3-am69-sk: Add serdes_dp_link max-bit-rate


Add missing 'cdns,max-bit-rate' property for mhdp phy. If not
specified, the default value taken is 8100 Mbps which often leads to
phy link training errors like "CR: max swing reached" and eventually
falls back to 1620 Mbps which limits the maximum supported resolution
to 1920x1200 which is way less than what hardware can actually support
theoretically i.e. 4K.
Adding 2700 (as a HACK) instead of 5400 like other platforms as the
latter causes CRTC SYNC LOST issue for 3840x2160@60fps resolution.
So limiting the phy-rate for max resolution of 3840x2160@30fps as it
is better to have a stable low fps than flaky high fps.
The HACK can be removed when 4K@60fps is stable.

Signed-off-by: default avatarJayesh Choudhary <j-choudhary@ti.com>
parent 7445094c
No related merge requests found
......@@ -647,6 +647,7 @@ serdes4_dp_link: phy@0 {
reg = <0>;
cdns,num-lanes = <4>;
#phy-cells = <0>;
cdns,max-bit-rate = <2700>;
cdns,phy-type = <PHY_TYPE_DP>;
resets = <&serdes_wiz4 1>, <&serdes_wiz4 2>,
<&serdes_wiz4 3>, <&serdes_wiz4 4>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment