summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Kushwaha <kushwahamanish@google.com>2023-07-19 10:42:07 -0700
committerManish Kushwaha <kushwahamanish@google.com>2023-07-19 10:42:07 -0700
commitbb88de98d155b1727f568e2d4585e686701733bf (patch)
tree57d0db8ce133a17c12b2dfe05f04e85879f4dd6d
parent351d404ec5259b51dfcb08acc210ef53adfc9d74 (diff)
downloadzuma-bb88de98d155b1727f568e2d4585e686701733bf.tar.gz
update aoc node syspath for p23
Bug: 291703347 Test: presubmit Change-Id: Ifd1abc8fe9be19962cbf0b6c0b2de33ec3e38b30
-rw-r--r--conf/init.zuma.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/init.zuma.rc b/conf/init.zuma.rc
index 22613a5..e943aa2 100644
--- a/conf/init.zuma.rc
+++ b/conf/init.zuma.rc
@@ -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}