mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
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:
committed by
Dongjin Kim
parent
67353156ca
commit
8b1d6532eb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user