summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-24 13:45:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-25 10:01:37 +0200
commit06dd40e5447933d2f7a6f744e08661c91146216d (patch)
treefb82248270b398523e29608201214558ed45566f /rtemsbsd
parentimx/imx_gpio.c: Import from FreeBSD (diff)
downloadrtems-libbsd-06dd40e5447933d2f7a6f744e08661c91146216d.tar.bz2
imx/imx_gpio.c: Port to RTEMS
Update #3525.
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 4daf1a1f..714c74a8 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -127,6 +127,8 @@ SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
SYSINIT_DRIVER_REFERENCE(ffec, simplebus);
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
+SYSINIT_DRIVER_REFERENCE(imx51_gpio, simplebus);
+
#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);