erista cpuVmin should be 825mV by default

This commit is contained in:
Lightos1
2026-07-12 15:44:12 +02:00
parent 4c52b1418d
commit ee3ac5c38a
2 changed files with 1 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ volatile CustomizeTable C = {
}, },
.eristaCpuUV = 0, .eristaCpuUV = 0,
.eristaCpuVmin = 800, .eristaCpuVmin = 825,
.eristaCpuMaxVolt = 1200, .eristaCpuMaxVolt = 1200,
/* Unlocks up to 2397 Mhz CPU, usage is not recommended. */ /* Unlocks up to 2397 Mhz CPU, usage is not recommended. */
.eristaCpuUnlock = DISABLED, .eristaCpuUnlock = DISABLED,

View File

@@ -365,8 +365,6 @@ namespace ams::ldr::hoc::pcv::mariko {
#define GET_CYCLE_CEIL(PARAM) u32(CEIL(double(PARAM) / tCK_avg)) #define GET_CYCLE_CEIL(PARAM) u32(CEIL(double(PARAM) / tCK_avg))
/* EMC timings. */
/* Ram power down */ /* Ram power down */
/* B31: DRAM_CLKSTOP_PD */ /* B31: DRAM_CLKSTOP_PD */
/* B30: DRAM_CLKSTOP_SR */ /* B30: DRAM_CLKSTOP_SR */
@@ -448,7 +446,6 @@ namespace ams::ldr::hoc::pcv::mariko {
WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_2, 0x24); WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_2, 0x24);
WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_3, 0x24); WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_3, 0x24);
/* MC timings. */
/* This needs some clean up. */ /* This needs some clean up. */
constexpr double MC_ARB_DIV = 4.0; constexpr double MC_ARB_DIV = 4.0;
constexpr u32 MC_ARB_SFA = 2; constexpr u32 MC_ARB_SFA = 2;