hocclk: make live cpu uv non experimental on erista

This commit is contained in:
souldbminersmwc
2026-05-28 16:44:19 -04:00
parent fd6ceaaaf1
commit 397d96843b
2 changed files with 2 additions and 6 deletions

View File

@@ -106,10 +106,6 @@ namespace board {
if (GetSocType() == HocClkSocType_Erista) {
cachedTune.tune0Low = *reinterpret_cast<u32 *>(cldvfs + CL_DVFS_TUNE0_0);
cachedTune.tune1Low = *reinterpret_cast<u32 *>(cldvfs + CL_DVFS_TUNE1_0);
} else {
SetHz(HocClkModule_CPU, 1785000000);
cachedTune.tune0High = *reinterpret_cast<u32 *>(cldvfs + CL_DVFS_TUNE0_0);
ResetToStockCpu();
}
}