[Sabrina] HDMI compliance 7-10 at 222MHz fail [1/1]
authorEdward Ho <edward.ho@amlogic.com>
Tue, 13 Aug 2019 03:36:01 +0000 (11:36 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 19 Nov 2019 15:08:33 +0000 (08:08 -0700)
PD#GH-57
BUG:138766274

Problem:
HDMI compliance 7-10 at 222MHz fail

Solution
Modify register [FF63C3A0]=33EB4252

Verify:
sabrina-P1

Change-Id: I285b54a9faa740fc4552910a946b187cf26b2237
Signed-off-by: Edward Ho <edward.ho@amlogic.com>
drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c

index 830d9c3148c3aa96faafd0aece62a008468f4798..6f746c356bc33d384fe1dd437ab5e983aa5246e0 100644 (file)
@@ -1909,7 +1909,7 @@ static void set_phy_by_mode(unsigned int mode)
                case HDMI_PHYPARA_270M: /* 1.485Gbps, and below */
                case HDMI_PHYPARA_DEF:
                default:
-                       hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x33eb4242);
+                       hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x33eb4252);
                        hd_write_reg(P_HHI_HDMI_PHY_CNTL3, 0x2ab0ff3b);
                        hd_write_reg(P_HHI_HDMI_PHY_CNTL5, 0x00000003);
                        break;