diff options
| author | Karthik Gopalan <gkarth@codeaurora.org> | 2020-10-01 10:36:00 +0530 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2022-01-07 20:00:18 -0300 |
| commit | 18ba44463d4d1ae5a859caf150b299d716294ed1 (patch) | |
| tree | 8b2dc1a8f17df2d3009f3b56604f1a7dcdc89924 | |
| parent | 77c03357459c0b400b3a085971f1ec9cba419356 (diff) | |
albus: post_boot: msm8937/msm8953: Fix rate_limit_us setting.
Fix 'rate_limit_us' setting.
Change-Id: If321d6166a3b5fb5494844cc07686a4dbcf9cbd7
| -rw-r--r-- | rootdir/bin/init.qcom.post_boot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 8b28021..8f6a545 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -32,7 +32,8 @@ function 8953_sched_dcvs_eas() #governor settings echo 1 > /sys/devices/system/cpu/cpu0/online echo "schedutil" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - echo 0 > /sys/devices/system/cpu/cpufreq/schedutil/rate_limit_us + echo 0 > /sys/devices/system/cpu/cpufreq/schedutil/up_rate_limit_us + echo 0 > /sys/devices/system/cpu/cpufreq/schedutil/down_rate_limit_us #set the hispeed_freq echo 1401600 > /sys/devices/system/cpu/cpufreq/schedutil/hispeed_freq #default value for hispeed_load is 90, for 8953 and sdm450 it should be 85 |
