Skip to content

Commit ea56cd2

Browse files
ck_zhangCK Zhang
authored andcommitted
drm/rockchip: refine the 4k30hz phy_config
Due to this config been modifed unexpected, this patch correct it. can refer commit f035091 Change-Id: Ic049f8af0b82f9f728b4c44d84ee6afa5cc5290a
1 parent 6d18cbc commit ea56cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
167167
/*pixelclk symbol term vlev*/
168168
{ 74250000, 0x8009, 0x0004, 0x0272},
169169
{ 165000000, 0x802b, 0x0004, 0x0209},
170-
{ 297000000, 0x8039, 0x0000, 0x0149},
170+
{ 297000000, 0x802d, 0x0001, 0x0149},
171171
{ ~0UL, 0x0000, 0x0000, 0x0000}
172172
};
173173

0 commit comments

Comments
 (0)