hocclk: kip migration

This commit is contained in:
souldbminersmwc
2026-05-23 20:07:28 -04:00
parent 72dfdb53fc
commit 66308b152b
5 changed files with 6 additions and 11 deletions

View File

@@ -675,6 +675,6 @@ static inline uint64_t hocclkValidConfigValue(HocClkConfigValue val, uint64_t in
return ((input >= 800) && (input <= 1325));
default:
return false;
return true;
}
}