update aoc node syspath for p23

Bug: 291703347
Test: presubmit
Change-Id: Ifd1abc8fe9be19962cbf0b6c0b2de33ec3e38b30
This commit is contained in:
Manish Kushwaha 2023-07-19 10:42:07 -07:00
parent 351d404ec5
commit bb88de98d1

View file

@ -890,8 +890,8 @@ on property:sys.boot_completed=1
chown system system /sys/class/power_supply/wireless/device/version
# AOC reset permission
chown root system /sys/devices/platform/19000000.aoc/reset
chmod 0220 /sys/devices/platform/19000000.aoc/reset
chown root system /sys/devices/platform/17000000.aoc/reset
chmod 0220 /sys/devices/platform/17000000.aoc/reset
# write serialno to battery path for pairing
write /sys/class/power_supply/battery/dev_sn ${ro.boot.serialno}