mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-28 15:26:46 +08:00
imx: Enable GPIO driver for imxrt too
This commit is contained in:
parent
dfb2144641
commit
af0fcc35f7
@ -27,7 +27,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#if defined(LIBBSP_ARM_IMX_BSP_H)
|
#if defined(LIBBSP_ARM_IMX_BSP_H) || defined(LIBBSP_ARM_IMXRT_BSP_H)
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
@ -303,4 +303,4 @@ EARLY_DRIVER_MODULE(imx_rtems_gpio, simplebus, imx_rtems_gpio_driver,
|
|||||||
imx_rtems_gpio_devclass, NULL, NULL,
|
imx_rtems_gpio_devclass, NULL, NULL,
|
||||||
BUS_PASS_RESOURCE + BUS_PASS_ORDER_MIDDLE);
|
BUS_PASS_RESOURCE + BUS_PASS_ORDER_MIDDLE);
|
||||||
|
|
||||||
#endif /* LIBBSP_ARM_IMX_BSP_H */
|
#endif /* LIBBSP_ARM_IMX_BSP_H || LIBBSP_ARM_IMXRT_BSP_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user