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:
Emmanuel Vadot 2016-07-21 13:26:39 +00:00
parent 951154084f
commit be79f382c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303144

View File

@ -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);