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