enc_clk_config: 480p has wrong clocking setting giving us a out of range on monitor. This makes the 480p@60hz work.

Change-Id: Ia793bdf1cf1e3cf4bd24d5b8086c0fb9ae97a09e

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Mauro Ribeiro
2014-11-22 14:21:26 -02:00
committed by Dongjin Kim
parent 67353156ca
commit 8b1d6532eb

View File

@@ -252,7 +252,8 @@ static void set_hpll_clk_out(unsigned clk)
aml_write_reg32(P_HHI_VID_PLL_CNTL, 0x4000045a);
break;
case 1066:
WRITE_CBUS_REG(HHI_VID_PLL_CNTL, 0x42a);
aml_write_reg32(P_HHI_VID_PLL_CNTL, 0x6000042a);
aml_write_reg32(P_HHI_VID_PLL_CNTL, 0x4000042a);
break;
case 1058:
WRITE_CBUS_REG(HHI_VID_PLL_CNTL, 0x422);