Skip to content

Commit 01bae2a

Browse files
ashinlinjamess-huang
authored andcommitted
[Display] Add two sets of the clock for HDMI resolution.(1600x1200@60, 1920x1200@60)
Change-Id: I6f2460a61847c4ae570a50aaae0ca8e239612a8f Reviewed-on: https://tp-biosrd-v02/gerrit/80115 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent bdf9b75 commit 01bae2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/rockchip/clk-rk3288.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ static struct rockchip_pll_rate_table rk3288_pll_rates[] = {
9999
RK3066_PLL_RATE_NB( 241500000, 2, 161, 8, 1),//2560*1440@60Hz
100100
RK3066_PLL_RATE( 252000000, 1, 84, 8),
101101
RK3066_PLL_RATE( 216000000, 1, 72, 8),
102+
RK3066_PLL_RATE( 162000000, 1, 81, 12),//1600x1200@60
103+
RK3066_PLL_RATE( 154000000, 1, 77, 12),//1920x1200@60
102104
RK3066_PLL_RATE( 148500000, 8, 693, 14),//1920*1080@75
103105
RK3066_PLL_RATE( 135000000, 4, 315, 14),//1280*1024@75
104106
RK3066_PLL_RATE( 126000000, 1, 84, 16),

0 commit comments

Comments
 (0)