mv_gpio: Since it's also an interrupt controller, attach sooner
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
cf60d56e05
commit
e5ff483e7a
@ -193,7 +193,8 @@ static driver_t mv_gpio_driver = {
|
||||
|
||||
static devclass_t mv_gpio_devclass;
|
||||
|
||||
DRIVER_MODULE(mv_gpio, simplebus, mv_gpio_driver, mv_gpio_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(mv_gpio, simplebus, mv_gpio_driver, mv_gpio_devclass, 0, 0,
|
||||
BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LAST);
|
||||
|
||||
struct ofw_compat_data compat_data[] = {
|
||||
{ "mrvl,gpio", 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user