From a0df76b60a8479d79a180ab7fc137cbefd6fc04c Mon Sep 17 00:00:00 2001
From: Shubham Aggarwal <shubagga@codeaurora.org>
Date: Thu, 25 Jun 2020 20:28:38 +0530
Subject: [PATCH] Adding support for QCM6125 and QCS6125 in post_boot

Change-Id: Ibc674b5999a8acbc39665571c07f8984afabfa72
Signed-off-by: Shubham Aggarwal <shubagga@codeaurora.org>
---
 rootdir/etc/init.qcom.post_boot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh
index ecb44da7..157c7776 100644
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -3077,7 +3077,7 @@ case "$target" in
         fi
 
         case "$soc_id" in
-                 "394" )
+                 "394" | "467" | "468" )
 
             # Core control parameters on big
             echo 2 > /sys/devices/system/cpu/cpu4/core_ctl/min_cpus
-- 
GitLab