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>
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: