mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: charger: Powersaving in charger mode
Bug: 72445880 Test: boot to charger Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
34de010274
commit
2e9a42004e
|
@ -8,7 +8,19 @@ on charger
|
||||||
write /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq 0
|
write /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq 0
|
||||||
write /sys/devices/system/cpu/cpufreq/policy6/scaling_min_freq 0
|
write /sys/devices/system/cpu/cpufreq/policy6/scaling_min_freq 0
|
||||||
write /sys/class/devfreq/mtk-dvfsrc-devfreq/userspace/set_freq 0
|
write /sys/class/devfreq/mtk-dvfsrc-devfreq/userspace/set_freq 0
|
||||||
|
|
||||||
|
# Lock to lowest frequency on charger mode
|
||||||
|
write /sys/devices/system/cpu/cpufreq/policy0/scaling_governor powersave
|
||||||
|
write /sys/devices/system/cpu/cpufreq/policy6/scaling_governor powersave
|
||||||
|
|
||||||
|
# Offline all cores except cpu0
|
||||||
|
write /sys/devices/system/cpu/cpu1/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu2/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu3/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu4/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu5/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu6/online 0
|
||||||
|
write /sys/devices/system/cpu/cpu7/online 0
|
||||||
|
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
write /sys/devices/system/cpu/cpufreq/policy0/scaling_governor sugov_ext
|
write /sys/devices/system/cpu/cpufreq/policy0/scaling_governor sugov_ext
|
||||||
|
|
Loading…
Reference in a new issue