From 71d8643dc2c650a959d647d96e46ca9f5447b06d Mon Sep 17 00:00:00 2001
From: Chitti Babu Theegala <ctheegal@codeaurora.org>
Date: Tue, 23 Jun 2020 19:44:39 +0530
Subject: [PATCH] scuba: configure touch_boost settings

Change-Id: I40470563ac5597d48d67fc6f34b511bb584609c8
---
 rootdir/etc/init.qcom.post_boot.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh
index ca4d8dee..767a07f9 100644
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -4033,6 +4033,10 @@ case "$target" in
             echo -6 > /sys/devices/system/cpu/cpu3/sched_load_boost
             echo 85 > /sys/devices/system/cpu/cpu0/cpufreq/schedutil/hispeed_load
 
+            # configure input boost settings
+            echo "0:1017600" > /sys/devices/system/cpu/cpu_boost/input_boost_freq
+            echo 80 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
+
             # Set Memory parameters
             configure_memory_parameters
 
-- 
GitLab