diff --git a/conf/init.caiman.rc b/conf/init.caiman.rc index 05ecd338..f4c23b6a 100644 --- a/conf/init.caiman.rc +++ b/conf/init.caiman.rc @@ -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 diff --git a/conf/init.komodo.rc b/conf/init.komodo.rc index 31efc2a3..4e177edb 100644 --- a/conf/init.komodo.rc +++ b/conf/init.komodo.rc @@ -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 diff --git a/conf/init.tokay.rc b/conf/init.tokay.rc index 613f12de..76867380 100644 --- a/conf/init.tokay.rc +++ b/conf/init.tokay.rc @@ -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