Change the TI aintc driver name to "ti_aintc" to avoid the conflict with
the aintc driver for Allwinner A10. This fixes the boot of the GENERIC ARM kernel on TI/AM335x SoCs. Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
197029fec2
commit
d47e148e0b
@ -297,13 +297,13 @@ static device_method_t ti_aintc_methods[] = {
|
||||
};
|
||||
|
||||
static driver_t ti_aintc_driver = {
|
||||
"aintc",
|
||||
"ti_aintc",
|
||||
ti_aintc_methods,
|
||||
sizeof(struct ti_aintc_softc),
|
||||
};
|
||||
|
||||
static devclass_t ti_aintc_devclass;
|
||||
|
||||
EARLY_DRIVER_MODULE(aintc, simplebus, ti_aintc_driver, ti_aintc_devclass,
|
||||
EARLY_DRIVER_MODULE(ti_aintc, simplebus, ti_aintc_driver, ti_aintc_devclass,
|
||||
0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE);
|
||||
SIMPLEBUS_PNP_INFO(compat_data);
|
||||
|
Loading…
Reference in New Issue
Block a user