phone: Lower max cpu frequency to 0.816 GHz

Was crashing a bit too often with 0.912 GHz unfortunately.
This commit is contained in:
Donovan Glover 2024-08-16 23:59:05 -04:00
parent 1123ea9dad
commit 47d4715d45
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -298,7 +298,7 @@ in
enable = true;
cpufreq = rec {
min = 912000;
min = 816000;
max = min;
};