30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
|
From f9ffd1aedee369f956201abfd1349e00a27f1870 Mon Sep 17 00:00:00 2001
|
||
|
From: Nickey Yang <nickey.yang@rock-chips.com>
|
||
|
Date: Mon, 13 Feb 2017 15:40:29 +0800
|
||
|
Subject: [PATCH 09/14] 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>
|
||
|
---
|
||
|
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
|
||
|
index c0f67309b..1a047f9d0 100644
|
||
|
--- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
|
||
|
+++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
|
||
|
@@ -178,6 +178,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}
|
||
|
};
|
||
|
|
||
|
--
|
||
|
2.26.2
|
||
|
|