Merge "[NFC] Disable SE_CHIP_EN for P1.0" into main

This commit is contained in:
George Chang 2023-12-04 10:12:46 +00:00 committed by Android (Google) Code Review
commit 69aee28cc2
3 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
on init
# eSE streset tool name
setprop persist.vendor.se.streset libstreset24
# No se_chip_en for P1.0
on late-init && property:ro.boot.hardware.revision=PROTO1.0
setprop persist.vendor.se.reset.chip_en false
on early-boot
# Wait for insmod_sh to finish all common modules

View file

@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
on init
# eSE streset tool name
setprop persist.vendor.se.streset libstreset24
# No se_chip_en for P1.0
on late-init && property:ro.boot.hardware.revision=PROTO1.0
setprop persist.vendor.se.reset.chip_en false
on early-boot
# Wait for insmod_sh to finish all common modules

View file

@ -10,6 +10,9 @@ on init && property:ro.boot.hardware.platform=zuma
on init
# eSE streset tool name
setprop persist.vendor.se.streset libstreset24
# No se_chip_en for P1.0
on late-init && property:ro.boot.hardware.revision=PROTO1.0
setprop persist.vendor.se.reset.chip_en false
on early-boot
# Wait for insmod_sh to finish all common modules