odpm: replace MMWAVE rail with AUR rail for SUB6 only sku

Bug: 371769127
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Flag: EXEMPT bugfix
Signed-off-by: Darren Hsu <darrenhsu@google.com>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6946ab28178c82361725c4d76185d7e4870422df)
Merged-In: I683c1ed30c9dc8dff97c0398ad651c329cda047a
Change-Id: I683c1ed30c9dc8dff97c0398ad651c329cda047a
This commit is contained in:
Darren Hsu 2024-10-11 13:41:49 +08:00 committed by Android Build Coastguard Worker
parent be4fe1b9a2
commit 64ad2091e9

View file

@ -50,6 +50,9 @@ on early-boot && property:ro.boot.hardware.sku=GXQ96
on early-boot && property:ro.boot.hardware.sku=G3Y12 on early-boot && property:ro.boot.hardware.sku=G3Y12
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S" write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S" write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
on early-boot && property:ro.boot.hardware.sku=GTF7P
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