odpm: correct device index of s2mpg15 for ZumaPro
Bug: 332504591 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I78ac99e04e71787d68202a676f51e1a3d982fa7d Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
adbba50097
commit
9f43dc5799
3 changed files with 6 additions and 6 deletions
|
@ -62,9 +62,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
|
||||||
|
|
||||||
# ODPM
|
# ODPM
|
||||||
on early-boot && property:ro.boot.hardware.sku=GEC77
|
on early-boot && property:ro.boot.hardware.sku=GEC77
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
on early-boot && property:ro.boot.hardware.sku=GWVK6
|
on early-boot && property:ro.boot.hardware.sku=GWVK6
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
|
|
||||||
# Start the twoshay touch service
|
# Start the twoshay touch service
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
|
|
|
@ -66,9 +66,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
|
||||||
|
|
||||||
# ODPM
|
# ODPM
|
||||||
on early-boot && property:ro.boot.hardware.sku=GZC4K
|
on early-boot && property:ro.boot.hardware.sku=GZC4K
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
on early-boot && property:ro.boot.hardware.sku=GQ57S
|
on early-boot && property:ro.boot.hardware.sku=GQ57S
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
|
|
||||||
# Start the twoshay touch service
|
# Start the twoshay touch service
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
|
|
|
@ -58,9 +58,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
|
||||||
|
|
||||||
# ODPM
|
# ODPM
|
||||||
on early-boot && property:ro.boot.hardware.sku=GUR25
|
on early-boot && property:ro.boot.hardware.sku=GUR25
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
on early-boot && property:ro.boot.hardware.sku=G1B60
|
on early-boot && property:ro.boot.hardware.sku=G1B60
|
||||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
|
||||||
|
|
||||||
# Start the twoshay touch service
|
# Start the twoshay touch service
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue