We need the GIC to be attached so attach later at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE
Reviewed by: andrew MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D7080
This commit is contained in:
parent
32366b1fc6
commit
d3b52c7a3a
@ -743,4 +743,4 @@ static driver_t a10_gpio_driver = {
|
||||
};
|
||||
|
||||
EARLY_DRIVER_MODULE(a10_gpio, simplebus, a10_gpio_driver, a10_gpio_devclass, 0, 0,
|
||||
BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE);
|
||||
BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user