mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: rootdir: SoC change to support holi APQ
Change-Id: Iee1d338dfbc4475db4269da030ef7c2859fae7c2 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user