mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 07:26:26 -08:00
LG8n: Enable UFS boottime setting
Bug: 74868067 Test: reboot test Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
02c493b2f0
commit
f8adb7226a
|
@ -13,6 +13,9 @@ on charger
|
||||||
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
|
||||||
write /sys/devices/system/cpu/cpufreq/policy6/scaling_governor sugov_ext
|
write /sys/devices/system/cpu/cpufreq/policy6/scaling_governor sugov_ext
|
||||||
|
|
||||||
|
on init
|
||||||
|
write /sys/devices/platform/soc/11270000.ufshci/clkgate_enable 0
|
||||||
write /proc/sys/kernel/sched_util_clamp_min_rt_default 0
|
write /proc/sys/kernel/sched_util_clamp_min_rt_default 0
|
||||||
|
|
||||||
# boot perf. tune
|
# boot perf. tune
|
||||||
|
@ -28,6 +31,7 @@ on post-fs-data
|
||||||
write /dev/cpuctl/background/cpu.uclamp.latency_sensitive 1
|
write /dev/cpuctl/background/cpu.uclamp.latency_sensitive 1
|
||||||
|
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
|
write /sys/devices/platform/soc/11270000.ufshci/clkgate_enable 1
|
||||||
write /proc/sys/kernel/sched_migration_cost_ns 200000
|
write /proc/sys/kernel/sched_migration_cost_ns 200000
|
||||||
|
|
||||||
# restore boot perf. tune
|
# restore boot perf. tune
|
||||||
|
|
Loading…
Reference in a new issue