From 176cb160f9bf3d772b47e0d305c79dc9ac51955e Mon Sep 17 00:00:00 2001 From: richagar Date: Wed, 1 Apr 2020 14:01:43 +0530 Subject: [PATCH] Added new revision id 2.0.2 for lito New revision id 2.0.2 added for lito along with 2.0 Change-Id: I98b23d9c160a61afd9a12d12eeda8a91aede87eb --- rootdir/bin/init.qcom.post_boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 46329b49..7ee99405 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -3559,7 +3559,8 @@ case "$target" in # Set Memory parameters configure_memory_parameters - if [ `cat /sys/devices/soc0/revision` == "2.0" ]; then + rev=`cat /sys/devices/soc0/revision` + if [ $rev == "2.0" ] || [ $rev == "2.0.2" ]; then # r2.0 related changes echo "0:1075200" > /sys/devices/system/cpu/cpu_boost/input_boost_freq echo 610000 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/rtg_boost_freq