mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 15:36:26 -08:00
LG8n: Adjust charger state CPUs
Bug: 74771887 Change-Id: Ifd5d2ac499866ce897cfa99a655da592248e7bbd Signed-off-by: Thierry Strudel <tstrudel@google.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
2e9a42004e
commit
810180b1b5
|
@ -4,22 +4,17 @@ on early-init
|
||||||
write /sys/devices/system/cpu/cpufreq/policy6/scaling_min_freq 2200000
|
write /sys/devices/system/cpu/cpufreq/policy6/scaling_min_freq 2200000
|
||||||
write /sys/class/devfreq/mtk-dvfsrc-devfreq/userspace/set_freq 5500000000
|
write /sys/class/devfreq/mtk-dvfsrc-devfreq/userspace/set_freq 5500000000
|
||||||
|
|
||||||
on charger
|
on property:init.svc.vendor.charger=running
|
||||||
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
|
# Keep one LITTLE and one big
|
||||||
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/cpu1/online 0
|
||||||
write /sys/devices/system/cpu/cpu2/online 0
|
write /sys/devices/system/cpu/cpu2/online 0
|
||||||
write /sys/devices/system/cpu/cpu3/online 0
|
write /sys/devices/system/cpu/cpu3/online 0
|
||||||
write /sys/devices/system/cpu/cpu4/online 0
|
write /sys/devices/system/cpu/cpu4/online 0
|
||||||
write /sys/devices/system/cpu/cpu5/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
|
write /sys/devices/system/cpu/cpu7/online 0
|
||||||
|
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
|
|
Loading…
Reference in a new issue