arch/arm/src/imx6: Bring in a few i.MX6 fixes that were committed on the i.MX RT branch.

This commit is contained in:
Gregory Nutt 2018-03-23 16:55:12 -06:00
parent d107ef6d54
commit e35228ece9
3 changed files with 3 additions and 3 deletions

View File

@ -165,6 +165,6 @@
#define GPIO_ICR_SHIFT(n) (((n) & 15) << 1)
#define GPIO_ICR_MASK(n) (3 << GPIO_ICR_SHIFT(n))
#define GPIO_ICR(i,n) ((uint32_t)(n) << GPIO_ICR_SHIFT(n))
#define GPIO_ICR(i,n) ((uint32_t)(i) << GPIO_ICR_SHIFT(n))
#endif /* __ARCH_ARM_SRC_IMX6_CHIP_IMX_GPIO_H */

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/imx6/imx_iomuxc.h
* arch/arm/src/imx6/chip/imx_iomuxc.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/imx/imx_iomuxc.h
* arch/arm/src/imx6/imx_iomuxc.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>