From 79cd4bbaa926dee911b76b6cbbfb5c2a21c1f567 Mon Sep 17 00:00:00 2001 From: Zongdong Jiao Date: Wed, 4 Dec 2019 16:23:54 +0800 Subject: [PATCH] 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 --- drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c index 89c870a231d0..002b6a98353d 100644 --- a/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c +++ b/drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c @@ -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: