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
951154084f
commit
be79f382c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303144
@ -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…
Reference in New Issue
Block a user