From 26dd3464648fc8508365a88319c2968ead260021 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 11 Aug 2015 11:19:51 -0500 Subject: 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 Signed-off-by: Adrian Alonso --- arch/arm/include/asm/arch-mx7/gpio.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/arm/include/asm/arch-mx7/gpio.h (limited to 'arch/arm/include') 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 + +#endif /* __ASM_ARCH_MX7_GPIO_H */ -- cgit v1.1