summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-04 01:49:39 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-08-11 15:57:54 +0200
commit59ce99a357d7e283b2f463d3e22189e88b2ed412 (patch)
tree7316a504d1747959be413d284db82e757a9fc9a4 /rtemsbsd/include/bsp
parentPinmux : Import from FreeBSD (diff)
downloadrtems-libbsd-59ce99a357d7e283b2f463d3e22189e88b2ed412.tar.bz2
Pinmux: Port to RTEMS
Diffstat (limited to 'rtemsbsd/include/bsp')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 97f6d2b2..7c6ff380 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -54,6 +54,7 @@ RTEMS_BSD_DRIVER_SMC0(0x4e000000, RVPBXA9_IRQ_ETHERNET);
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
+SYSINIT_DRIVER_REFERENCE(ti_pinmux, simplebus);
SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
SYSINIT_DRIVER_REFERENCE(musbotg, usbss);