diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-08-11 11:19:51 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:31:33 +0200 |
commit | 26dd3464648fc8508365a88319c2968ead260021 (patch) | |
tree | aedca04c9faf44054fd109bc618f7b4d1a66d91d /arch/arm/include | |
parent | 03f0e4c7cd316a4b0b68776e39865ccf60a883a6 (diff) | |
download | u-boot-imx-26dd3464648fc8508365a88319c2968ead260021.zip u-boot-imx-26dd3464648fc8508365a88319c2968ead260021.tar.gz u-boot-imx-26dd3464648fc8508365a88319c2968ead260021.tar.bz2 |
imx: mxc_gpio: add support for imx7d SoC
* Add mxc_gpio support for imx7d SoC
* Use CONFIG_MX7 to extend mxc gpio driver support for imx7d
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mx7/gpio.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/gpio.h b/arch/arm/include/asm/arch-mx7/gpio.h new file mode 100644 index 0000000..b7890c2 --- /dev/null +++ b/arch/arm/include/asm/arch-mx7/gpio.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2015 Freescale Semiconductor, Inc. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ASM_ARCH_MX7_GPIO_H +#define __ASM_ARCH_MX7_GPIO_H + +#include <asm/imx-common/gpio.h> + +#endif /* __ASM_ARCH_MX7_GPIO_H */ |