mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 07:22:04 +08:00
affine aux panda IRQ to boardd core (#24600)
This commit is contained in:
@@ -409,6 +409,7 @@ class Tici(HardwareBase):
|
||||
# *** IRQ config ***
|
||||
affine_irq(5, 565) # kgsl-3d0
|
||||
affine_irq(4, 740) # xhci-hcd:usb1 goes on the boardd core
|
||||
affine_irq(4, 1069) # xhci-hcd:usb3 goes on the boardd core
|
||||
for irq in range(237, 246):
|
||||
affine_irq(5, irq) # camerad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user