update cpu freq

This commit is contained in:
2024-09-09 23:28:47 +05:30
parent 5e265849f9
commit 7317d0e63b

View File

@ -144,12 +144,12 @@
governor = "powersave";
turbo = "never";
scaling_min_freq = 400000;
scaling_max_freq = 2800000;
scaling_max_freq = 3800000;
};
charger = {
governor = "powersave";
turbo = "never";
scaling_max_freq = 3300000;
scaling_max_freq = 3800000;
};
};
};