hocclk: 800mV minimum display voltage

This commit is contained in:
souldbminersmwc
2026-04-11 17:59:18 -04:00
parent 66d0109a9a
commit 65db0b4989
2 changed files with 2 additions and 2 deletions

View File

@@ -603,7 +603,7 @@ static inline uint64_t hocclkValidConfigValue(HocClkConfigValue val, uint64_t in
case HocClkConfigValue_BatteryChargeCurrent:
return ((input >= 1024) && (input <= 3072)) || !input;
case HocClkConfigValue_DisplayVoltage:
return ((input >= 900) && (input <= 1325));
return ((input >= 800) && (input <= 1325));
default:
return false;

View File

@@ -731,7 +731,7 @@ protected:
addConfigButton(
HocClkConfigValue_DisplayVoltage,
"Display Voltage",
ValueRange(900, 1200, 25, " mV", 1),
ValueRange(800, 1200, 25, " mV", 1),
"Display Voltage",
&thresholdsDisabled,
{},