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