Update board_volt.cpp

This commit is contained in:
souldbminersmwc
2026-05-26 19:51:04 -04:00
parent 060178aea6
commit 187d6d6422

View File

@@ -358,7 +358,7 @@ namespace board {
continue;
}
/* Assuming mariko. */
/* 800mV on Mariko, 950mV on Erista. */
u32 vmax = GetSocType() == HocClkSocType_Mariko ? 800 : 950;
constexpr u32 GpuVoltageTableOffset = 312;
if (!std::memcmp(&buffer[index + GpuVoltageTableOffset], &vmax, sizeof(vmax))) {