summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/tzic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/freescale/imx/tzic.c')
-rw-r--r--sys/arm/freescale/imx/tzic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/freescale/imx/tzic.c b/sys/arm/freescale/imx/tzic.c
index 39548dc..0f3cf5c 100644
--- a/sys/arm/freescale/imx/tzic.c
+++ b/sys/arm/freescale/imx/tzic.c
@@ -146,9 +146,9 @@ static devclass_t tzic_devclass;
/*
* Memory space of controller located outside of device range, so let him to
- * attach not only to simplebus, but nexus also.
+ * attach not only to simplebus, but ofwbus also.
*/
-EARLY_DRIVER_MODULE(tzic, nexus, tzic_driver, tzic_devclass, 0, 0,
+EARLY_DRIVER_MODULE(tzic, ofwbus, tzic_driver, tzic_devclass, 0, 0,
BUS_PASS_INTERRUPT);
EARLY_DRIVER_MODULE(tzic, simplebus, tzic_driver, tzic_devclass, 0, 0,
BUS_PASS_INTERRUPT);
OpenPOWER on IntegriCloud