From b0fed8b209b27407e367de8e296c8d8389968140 Mon Sep 17 00:00:00 2001
From: Arian <arian.kulmer@web.de>
Date: Sun, 28 Aug 2022 17:32:00 +0200
Subject: [PATCH] sm8350-common: rootdir: Configure input boost for shima

Change-Id: I813e6893475caf8196f7c81f6ae237bd1d4b73d1
---
 rootdir/bin/init.kernel.post_boot-shima.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rootdir/bin/init.kernel.post_boot-shima.sh b/rootdir/bin/init.kernel.post_boot-shima.sh
index e240824..0c3d3ae 100755
--- a/rootdir/bin/init.kernel.post_boot-shima.sh
+++ b/rootdir/bin/init.kernel.post_boot-shima.sh
@@ -201,6 +201,8 @@ echo 691200 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq
 echo 0 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/pl
 
 # configure input boost settings
+echo "0:1171200" > /sys/devices/system/cpu/cpu_boost/input_boost_freq
+echo 120 > /sys/devices/system/cpu/cpu_boost/input_boost_ms
 
 # configure governor settings for gold cluster
 echo "schedutil" > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
-- 
GitLab