diff --git a/src/mainboard/system76/oryp6/romstage.c b/src/mainboard/system76/oryp6/romstage.c index a800bcf8f4..296999c1b8 100644 --- a/src/mainboard/system76/oryp6/romstage.c +++ b/src/mainboard/system76/oryp6/romstage.c @@ -80,6 +80,8 @@ static const struct cnl_mb_cfg memcfg = { void mainboard_memory_init_params(FSPM_UPD *memupd) { + // Allow memory clocks higher than 2933 MHz + memupd->FspmConfig.SaOcSupport = 1; // Set primary display to internal graphics memupd->FspmConfig.PrimaryDisplay = 0; cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);