sm8350-common: rootdir: Drop powerkey input boost

Change-Id: I685a215927b445bb2fac9229a1f41de5f88741ef
This commit is contained in:
Arian 2022-08-28 17:31:06 +02:00
parent eb8b12dea6
commit 611c35bd95
3 changed files with 0 additions and 10 deletions

View File

@ -203,10 +203,6 @@ else
fi fi
echo 120 > /sys/devices/system/cpu/cpu_boost/input_boost_ms echo 120 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
# configure powerkey boost settings
echo "0:0 1:0 2:0 3:0 4:2016000 5:0 6:0 7:0" > /sys/devices/system/cpu/cpu_boost/powerkey_input_boost_freq
echo 400 > /sys/devices/system/cpu/cpu_boost/powerkey_input_boost_ms
# configure governor settings for gold cluster # configure governor settings for gold cluster
echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
echo 0 > /sys/devices/system/cpu/cpufreq/policy4/schedutil/down_rate_limit_us echo 0 > /sys/devices/system/cpu/cpufreq/policy4/schedutil/down_rate_limit_us

View File

@ -201,8 +201,6 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq
echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/pl echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/pl
# configure input boost settings # configure input boost settings
echo "0:0 1:0 2:0 3:0 4:2131200 5:0 6:0 7:0" > /sys/devices/system/cpu/cpu_boost/powerkey_input_boost_freq
echo 400 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
# configure governor settings for gold cluster # configure governor settings for gold cluster
echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor

View File

@ -198,10 +198,6 @@ echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/pl
echo "0:1152000" > /sys/devices/system/cpu/cpu_boost/input_boost_freq echo "0:1152000" > /sys/devices/system/cpu/cpu_boost/input_boost_freq
echo 120 > /sys/devices/system/cpu/cpu_boost/input_boost_ms echo 120 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
# configure powerkey boost settings
echo "0:0 1:0 2:0 3:0 4:2131200 5:0 6:0 7:0" > /sys/devices/system/cpu/cpu_boost/powerkey_input_boost_freq
echo 400 > /sys/devices/system/cpu/cpu_boost/powerkey_input_boost_ms
# configure governor settings for gold cluster # configure governor settings for gold cluster
echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
echo 0 > /sys/devices/system/cpu/cpufreq/policy4/schedutil/down_rate_limit_us echo 0 > /sys/devices/system/cpu/cpufreq/policy4/schedutil/down_rate_limit_us