UFS: enable UFS clock gating when off mode charging am: 3bec1149e8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17199168 Change-Id: I0e51251784d07d071e522a1ab9d1c369a7ada51f
This commit is contained in:
commit
fe32351b07
1 changed files with 5 additions and 0 deletions
|
@ -945,3 +945,8 @@ on property:persist.vendor.softmaxfreq.cl1=*
|
|||
|
||||
on property:persist.vendor.softmaxfreq.cl2=*
|
||||
write /sys/devices/platform/exynos-acme/freq_qos_max "6 ${persist.vendor.softmaxfreq.cl2}"
|
||||
|
||||
# UFS
|
||||
on property:ro.boot.mode=charger && property:init.svc.vendor.charger=running
|
||||
# Enable UFS powersaving in Off Mode Charger
|
||||
write /dev/sys/block/bootdevice/clkgate_enable 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue