Skip to content
Snippets Groups Projects
Commit 1a13b0bc authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Mikhail Vanyulin
Browse files

spl: remove SSC to fix blinking HDMI


Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 564c2464
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,7 @@ void board_init_f(ulong dummy)
/* DDR initialization */
spl_dram_init();
#if 0
if (seco_fuse_GetPCBrevision() < SECO_FUSE_PCBREV_V2R2)
/* Hardcode spread spectrum on VideoPLL1 30kHz, 2%, centered
* used for lvds signals via MIPI-to-LVDS converter
......@@ -350,6 +351,7 @@ void board_init_f(ulong dummy)
ssc_state_video_pll(true, 0x80019052);
else
ssc_state_video_pll(false, 0x80019052);
#endif
max_freq = get_cpu_speed_grade_hz();
if (max_freq) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment