From 33ceea2874b5ac984beee1b9ee1c517084404226 Mon Sep 17 00:00:00 2001
From: Sumit Gemini <sgemini@codeaurora.org>
Date: Fri, 26 Jun 2020 16:55:20 +0530
Subject: [PATCH] Enabling support for 'QCM4290' and 'QCS4290' in post_boot

Add Kamorta soc_id '469' and '470' for IOT target in post_boot
script to make governor/scheduler effective.

Change-Id: Id2949f695cc770fbf2e872e887fbcf1621359fc3
---
 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 19232ba0..061bbdd7 100644
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -3895,7 +3895,7 @@ case "$target" in
         fi
 
         case "$soc_id" in
-                 "417" | "420" | "444" | "445" )
+                 "417" | "420" | "444" | "445" | "469" | "470" )
 
             # Core control is temporarily disabled till bring up
             echo 0 > /sys/devices/system/cpu/cpu0/core_ctl/enable
-- 
GitLab