init: disable async dvfs for Tokay only
Bug: 320066094 Test: reboot, adb, suspend/resume Change-Id: If5cbc6528cd81e7970328a7ef70c6661fb61b801 Signed-off-by: Jing Wang <jwangh@google.com>
This commit is contained in:
parent
9815540170
commit
1aae9b9089
1 changed files with 4 additions and 0 deletions
|
@ -73,3 +73,7 @@ on fs
|
||||||
# Permission for SSC mode enable
|
# Permission for SSC mode enable
|
||||||
chown system system /sys/class/backlight/panel0-backlight/ssc_en
|
chown system system /sys/class/backlight/panel0-backlight/ssc_en
|
||||||
chmod 664 /sys/class/backlight/panel0-backlight/ssc_en
|
chmod 664 /sys/class/backlight/panel0-backlight/ssc_en
|
||||||
|
|
||||||
|
# Disable Async DVFS
|
||||||
|
on property:sys.boot_completed=1
|
||||||
|
write /sys/devices/platform/26040000.cal_if/async_dvfs_enabled 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue