aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
index 65b0f7bf5b52..80d6fc8a5cee 100644
--- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
+++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
@@ -135,9 +135,9 @@ static const struct dw_hdmi_curr_ctrl rockchip_cur_ctr[] = {
135 135
136static const struct dw_hdmi_phy_config rockchip_phy_config[] = { 136static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
137 /*pixelclk symbol term vlev*/ 137 /*pixelclk symbol term vlev*/
138 { 74250000, 0x8009, 0x0004, 0x01ad}, 138 { 74250000, 0x8009, 0x0004, 0x0272},
139 { 148500000, 0x8029, 0x0004, 0x01ad}, 139 { 148500000, 0x802b, 0x0004, 0x028d},
140 { 297000000, 0x8039, 0x0005, 0x01ad}, 140 { 297000000, 0x8039, 0x0005, 0x028d},
141 { ~0UL, 0x0000, 0x0000, 0x0000} 141 { ~0UL, 0x0000, 0x0000, 0x0000}
142}; 142};
143 143