mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
26dd346464
* 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>
12 lines
230 B
C
12 lines
230 B
C
/*
|
|
* 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 */
|