phone: Scale cpu frequency down 3 levels

Was crashing way too often with max frequency so hopefully having the
frequency slightly above half the maximum speed makes things more
stable.
This commit is contained in:
Donovan Glover 2024-07-20 14:44:46 -04:00
parent e959cd52ea
commit a35c91057c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -200,7 +200,7 @@ in
enable = true;
cpufreq = rec {
min = 1152000;
min = 1008000;
max = min;
};