2014-12-10 11:52:50 +05:30
|
|
|
/*
|
2015-07-27 09:07:39 +05:30
|
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2014-12-10 11:52:50 +05:30
|
|
|
* 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 <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
|
|
|
|
* OF_CONTROL must have arch/gpio.h.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MX85XX_GPIO_H
|
|
|
|
#define __ASM_ARCH_MX85XX_GPIO_H
|
|
|
|
|
2016-05-25 15:15:20 +02:00
|
|
|
#ifndef CONFIG_MPC85XX_GPIO
|
2015-04-28 13:59:50 -04:00
|
|
|
#include <asm/mpc85xx_gpio.h>
|
2016-05-25 15:15:20 +02:00
|
|
|
#endif
|
2015-04-28 13:59:50 -04:00
|
|
|
|
2014-12-10 11:52:50 +05:30
|
|
|
#endif
|