mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
hdmitx: adjust PHY parameter with 5.1 ohm resistor [2/2]
PD#SWPL-2927 Problem: No enough eye diagram when adding TMDS 5.1 ohm resistor Solution: adjust PHY parameter with 5.1 ohm resistor Verify: G12/U212 Change-Id: Ib5518613c556f9b04eb0aa374193c7a6046a7ba9 Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
@@ -1676,7 +1676,7 @@ static void set_phy_by_mode(unsigned int mode)
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL5, 0x0000080b);
|
||||
break;
|
||||
case 2: /* 2.97Gbps */
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x33eb6262);
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x33eb6272);
|
||||
if (hdev->dongle_mode)
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0x33eb4262);
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL3, 0x2ab0ff3b);
|
||||
|
||||
Reference in New Issue
Block a user