mtworx: update tlp

This commit is contained in:
Motiejus Jakštys 2024-03-15 11:16:07 +02:00 committed by Motiejus Jakštys
parent e5bb7039ac
commit 5f05e2e5e6

View File

@ -201,8 +201,8 @@ in {
CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
PLATFORM_PROFILE_ON_BAT = "low-power"; PLATFORM_PROFILE_ON_BAT = "low-power";
START_CHARGE_THRESH_BAT1 = 80; START_CHARGE_THRESH_BAT0 = 80;
STOP_CHARGE_THRESH_BAT1 = 87; STOP_CHARGE_THRESH_BAT0 = 87;
RUNTIME_PM_ON_BAT = "auto"; RUNTIME_PM_ON_BAT = "auto";
}; };
}; };