[rtems-libbsd commit] imx gpio port
Christian Mauderer
christianm at rtems.org
Wed Apr 15 15:13:21 UTC 2020
Module: rtems-libbsd
Branch: 5-freebsd-12
Commit: 10aa08e580b3d67c369627caf4128dd300f8a715
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=10aa08e580b3d67c369627caf4128dd300f8a715
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 11 13:25:04 2019 +0100
imx gpio port
Update #3869.
---
freebsd/sys/arm/freescale/imx/imx_gpio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/freebsd/sys/arm/freescale/imx/imx_gpio.c b/freebsd/sys/arm/freescale/imx/imx_gpio.c
index f5b476d..7dd49e3 100644
--- a/freebsd/sys/arm/freescale/imx/imx_gpio.c
+++ b/freebsd/sys/arm/freescale/imx/imx_gpio.c
@@ -125,6 +125,7 @@ struct imx51_gpio_softc {
static struct ofw_compat_data compat_data[] = {
#ifdef __rtems__
+ {"fsl,imx35-gpio", 1},
{"fsl,imx7d-gpio", 1},
#endif /* __rtems__ */
{"fsl,imx6q-gpio", 1},
More information about the vc
mailing list