diff --git a/rootdir/bin/init.kernel.post_boot-bengal-iot.sh b/rootdir/bin/init.kernel.post_boot-bengal-iot.sh index de538ae..388b3a4 100755 --- a/rootdir/bin/init.kernel.post_boot-bengal-iot.sh +++ b/rootdir/bin/init.kernel.post_boot-bengal-iot.sh @@ -311,10 +311,6 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq echo 1 > /sys/devices/system/cpu/cpufreq/policy0/walt/pl echo 0 > /sys/devices/system/cpu/cpufreq/policy0/walt/rtg_boost_freq -# configure input boost settings -echo 1190000 0 0 0 0 0 0 0 > /proc/sys/walt/input_boost/input_boost_freq -echo 80 > /proc/sys/walt/input_boost/input_boost_ms - # configure governor settings for gold cluster if [ -d "/sys/devices/system/cpu/cpufreq/policy4/" ]; then echo "walt" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor diff --git a/rootdir/bin/init.kernel.post_boot-bengal.sh b/rootdir/bin/init.kernel.post_boot-bengal.sh index 6074b11..c4c426e 100755 --- a/rootdir/bin/init.kernel.post_boot-bengal.sh +++ b/rootdir/bin/init.kernel.post_boot-bengal.sh @@ -291,13 +291,6 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq echo 1 > /sys/devices/system/cpu/cpufreq/policy0/walt/pl echo 0 > /sys/devices/system/cpu/cpufreq/policy0/walt/rtg_boost_freq -# configure input boost settings -echo 1190000 0 0 0 0 0 0 0 > /proc/sys/walt/input_boost/input_boost_freq -echo 120 > /proc/sys/walt/input_boost/input_boost_ms - -echo 1516800 0 0 0 2208000 0 0 0 > /proc/sys/walt/input_boost/powerkey_input_boost_freq -echo 400 > /proc/sys/walt/input_boost/powerkey_input_boost_ms - # configure governor settings for gold cluster echo "walt" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor echo 0 > /sys/devices/system/cpu/cpufreq/policy4/walt/down_rate_limit_us