Skip to content

Commit b60c86d

Browse files
yueshummind
authored andcommitted
drm/rockchip: dw_hdmi: Add phy_config for 594Mhz pixel clock
Add phy_config for 594Mhz pixel clock used for HDMI2.0 display modes. Signed-off-by: Nickey Yang <[email protected]> Signed-off-by: Jonas Karlman <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 6e94e28 commit b60c86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
204204
{ 74250000, 0x8009, 0x0004, 0x0272},
205205
{ 165000000, 0x802b, 0x0004, 0x0209},
206206
{ 297000000, 0x8039, 0x0005, 0x028d},
207+
{ 594000000, 0x8039, 0x0000, 0x019d},
207208
{ ~0UL, 0x0000, 0x0000, 0x0000}
208209
};
209210

0 commit comments

Comments
 (0)