Need to handle the !FDT case still too... I thought in r270025 we
wouldn't need it, but it appears that we still do for the moment...
This commit is contained in:
parent
5b03aba6c8
commit
c0b346c47d
@ -646,5 +646,9 @@ static driver_t at91_pio_driver = {
|
||||
sizeof(struct at91_pio_softc),
|
||||
};
|
||||
|
||||
#ifdef FDT
|
||||
EARLY_DRIVER_MODULE(at91_pio, at91_pinctrl, at91_pio_driver, at91_pio_devclass,
|
||||
NULL, NULL, BUS_PASS_INTERRUPT);
|
||||
#else
|
||||
DRIVER_MODULE(at91_pio, atmelarm, at91_pio_driver, at91_pio_devclass, NULL, NULL);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user