Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / gpio.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2020 NXP
4  */
5
6 /*
7  * Dummy header file to enable CONFIG_OF_CONTROL.
8  * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
9  * It includes <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
10  * OF_CONTROL must have arch/gpio.h.
11  */
12
13 #ifndef __ASM_ARCH_MX85XX_GPIO_H
14 #define __ASM_ARCH_MX85XX_GPIO_H
15
16 struct mpc8xxx_gpio_plat {
17         ulong addr;
18         ulong size;
19         uint ngpios;
20 };
21
22 #endif