mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user