From ebefc7846e39349d551e3f248e7e1c050f55d7a7 Mon Sep 17 00:00:00 2001 From: Arvind Kumar Date: Mon, 10 Jul 2023 13:53:59 +0530 Subject: [PATCH] sm6375-common: rootdir: SoC change to support holi APQ Change-Id: Iee1d338dfbc4475db4269da030ef7c2859fae7c2 Signed-off-by: chrisl7 --- rootdir/bin/init.qti.early_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/bin/init.qti.early_init.sh b/rootdir/bin/init.qti.early_init.sh index b93988c..b083173 100755 --- a/rootdir/bin/init.qti.early_init.sh +++ b/rootdir/bin/init.qti.early_init.sh @@ -38,7 +38,7 @@ soc_id=`cat /sys/devices/soc0/soc_id` 2> /dev/null # Store soc_id in ro.vendor.qti.soc_id setprop ro.vendor.qti.soc_id $soc_id -if [ "$soc_id" -eq 507 ]; then +if [ "$soc_id" -eq 507 ] || [ "$soc_id" -eq 628 ]; then setprop ro.vendor.qti.soc_model SM6375 elif [ "$soc_id" -eq 454 ]; then setprop ro.vendor.qti.soc_model SM4350