mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
m1n1.hv: Also hook ATC_AON device
It seems 13.2 is messing with this now. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
795211c534
commit
fe104d3848
1 changed files with 2 additions and 1 deletions
|
@ -1463,8 +1463,9 @@ class HV(Reloadable):
|
|||
return ret
|
||||
|
||||
atc = f"ATC{self.iodev - IODEV.USB0}_USB"
|
||||
atc_aon = f"ATC{self.iodev - IODEV.USB0}_USB_AON"
|
||||
|
||||
hook_devs = ["UART0", atc]
|
||||
hook_devs = ["UART0", atc, atc_aon]
|
||||
|
||||
pmgr = self.adt["/arm-io/pmgr"]
|
||||
dev_by_name = {dev.name: dev for dev in pmgr.devices}
|
||||
|
|
Loading…
Reference in a new issue