diff options
Diffstat (limited to 'board/siemens/pxm2')
-rw-r--r-- | board/siemens/pxm2/board.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/siemens/pxm2/board.c b/board/siemens/pxm2/board.c index 2c1841f8ae..094b4d6d36 100644 --- a/board/siemens/pxm2/board.c +++ b/board/siemens/pxm2/board.c @@ -413,8 +413,7 @@ static int conf_disp_pll(int m, int n) static int board_video_init(void) { - /* set 300 MHz */ - conf_disp_pll(25, 2); + conf_disp_pll(24, 1); if (factory_dat.pxm50) da8xx_video_init(&lcd_panels[0], &lcd_cfg, lcd_cfg.bpp); else |