Skip to content

Commit fe104d3

Browse files
committed
m1n1.hv: Also hook ATC_AON device
It seems 13.2 is messing with this now. Signed-off-by: Hector Martin <[email protected]>
1 parent 795211c commit fe104d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

proxyclient/m1n1/hv/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,8 +1463,9 @@ def rh(base, off, width):
14631463
return ret
14641464

14651465
atc = f"ATC{self.iodev - IODEV.USB0}_USB"
1466+
atc_aon = f"ATC{self.iodev - IODEV.USB0}_USB_AON"
14661467

1467-
hook_devs = ["UART0", atc]
1468+
hook_devs = ["UART0", atc, atc_aon]
14681469

14691470
pmgr = self.adt["/arm-io/pmgr"]
14701471
dev_by_name = {dev.name: dev for dev in pmgr.devices}

0 commit comments

Comments
 (0)