/* * Copyright 2014 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ /* * Dummy header file to enable CONFIG_OF_CONTROL. * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. * It includes via , so those SoCs that enable * OF_CONTROL must have arch/gpio.h. */ #ifndef __ASM_ARCH_MX85XX_GPIO_H #define __ASM_ARCH_MX85XX_GPIO_H <<<<<<< bc5d0384458466ed5b3608d326eec03cd4f13016 #ifndef CONFIG_MPC85XX_GPIO #include #endif struct mpc85xx_gpio_plat { ulong addr; unsigned long size; uint ngpios; }; ======= #ifdef CONFIG_MPC8XXX_GPIO #include #else #include #endif >>>>>>> dm: gpio: Add DM GPIO driver for MPC8xxx platforms #endif