hdmitx: correct the threshold value of rxsense [1/1]

PD#SWPL-17841

Problem:
need correct the threshold value of rxsense

Solution:
correct the threshold value of rxsense, regress OTT-1968 to trunk

Verify:
G12/U212

Change-Id: I53f370cf51c0ad39e92fd64a0cc98cc4680eea4d
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
Zongdong Jiao
2019-12-04 16:23:54 +08:00
committed by Luke Go
parent c7a85c0b7f
commit 79cd4bbaa9

View File

@@ -5233,7 +5233,7 @@ static int hdmitx_tmds_rxsense(void)
hd_set_reg_bits(P_HHI_HDMI_PHY_CNTL0, 1, 16, 1);
hd_set_reg_bits(P_HHI_HDMI_PHY_CNTL3, 1, 23, 1);
hd_set_reg_bits(P_HHI_HDMI_PHY_CNTL3, 0, 24, 1);
hd_set_reg_bits(P_HHI_HDMI_PHY_CNTL3, 7, 20, 3);
hd_set_reg_bits(P_HHI_HDMI_PHY_CNTL3, 3, 20, 3);
ret = hd_read_reg(P_HHI_HDMI_PHY_CNTL2) & 0x1;
break;
case MESON_CPU_ID_GXBB: