From 210e379088f52710bdb9071e2fc105895ed51557 Mon Sep 17 00:00:00 2001 From: Rajashekar Adi Date: Mon, 2 Dec 2019 12:14:23 +0530 Subject: [PATCH] Power: post boot: Enable conservative pl for atoll Enable sched_conservative_pl for atoll Change-Id: I8526c2703d50693041dca516fa0bd97d7b8a43f2 --- rootdir/bin/init.qcom.post_boot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 62003d1b..4b2ec244 100755 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -3601,6 +3601,9 @@ case "$target" in echo -6 > /sys/devices/system/cpu/cpu7/sched_load_boost echo 85 > /sys/devices/system/cpu/cpu6/cpufreq/schedutil/hispeed_load + # Enable conservative pl + echo 1 > /proc/sys/kernel/sched_conservative_pl + echo "0:1248000" > /sys/module/cpu_boost/parameters/input_boost_freq echo 40 > /sys/module/cpu_boost/parameters/input_boost_ms