summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-05-20 10:50:06 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-29 11:19:00 +0200
commit7e5d93bb6b924777b8d2f9bc91d22a2b72a2f53d (patch)
tree4ca943c8e8f3d53dabd4da496ef08a6beb6450e1 /rtemsbsd/include/bsp
parentgpioregulator: Remove. (diff)
downloadrtems-libbsd-7e5d93bb6b924777b8d2f9bc91d22a2b72a2f53d.tar.bz2
imx: Use RTEMS GPIO driver instead of FreeBSD one
Update 3869
Diffstat (limited to 'rtemsbsd/include/bsp')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 89f78edf..92125619 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -146,7 +146,7 @@ RTEMS_BSD_DRIVER_USB_MASS;
SYSINIT_DRIVER_REFERENCE(ffec, simplebus);
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
-SYSINIT_DRIVER_REFERENCE(imx51_gpio, simplebus);
+SYSINIT_DRIVER_REFERENCE(imx_rtems_gpio, simplebus);
SYSINIT_DRIVER_REFERENCE(sdhci_fsl, simplebus);
RTEMS_BSD_DRIVER_MMC;