mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
drm/rockchip: dw_hdmi: add default 594Mhz clk for 4K@60hz
add 594Mhz configuration parameters in rockchip_phy_config Change-Id: Iaa335cdd90059817fd9892877e574f8b84f2b5dc Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
parent
7b29b5f295
commit
3db372714e
|
|
@ -253,6 +253,7 @@ static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
|
|||
{ 74250000, 0x8009, 0x0004, 0x0272},
|
||||
{ 165000000, 0x802b, 0x0004, 0x0209},
|
||||
{ 297000000, 0x8039, 0x0005, 0x028d},
|
||||
{ 594000000, 0x8039, 0x0000, 0x019d},
|
||||
{ ~0UL, 0x0000, 0x0000, 0x0000}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user