Add wakeup reason mapping for the wifi subsystem

Test: Manually: Build and flash a raven/oriole target and run:
adb shell dumpsys batterystats --wakeups

Bug: 265742148
Change-Id: I918fb6e071b6dda9250a0bde242b8b132592a53d
This commit is contained in:
Suprabh Shukla 2023-01-18 18:25:05 -08:00
parent f5aa9b38cc
commit 45a3d0666d
2 changed files with 6 additions and 0 deletions

View file

@ -20,5 +20,8 @@
<device name="rtc-alarm0">
<subsystem>Alarm</subsystem>
</device>
<device name="dhdpcie_host_wake">
<subsystem>Wifi</subsystem>
</device>
</irq-device-map>

View file

@ -20,5 +20,8 @@
<device name="rtc-alarm0">
<subsystem>Alarm</subsystem>
</device>
<device name="dhdpcie_host_wake">
<subsystem>Wifi</subsystem>
</device>
</irq-device-map>